mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +02:00
💚 test CU permissions
This commit is contained in:
parent
729985e6ab
commit
39af318d67
@ -25,4 +25,4 @@ exports.rinkebyGenerateOutfitsOnQueue = functions.runWith( runtime ).firestore.d
|
||||
// Daemons
|
||||
// /////////////////////////////*/
|
||||
const { notify_holders_of_changing_room_updates } = require( './integrations/changingroom' )
|
||||
exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '0 1 * * *' ).onRun( notify_holders_of_changing_room_updates )
|
||||
exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '30 1 * * *' ).onRun( notify_holders_of_changing_room_updates )
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "static-page-boilerplate-webpack-browsersync",
|
||||
"version": "1.0.0",
|
||||
"description": "Static Webpage with Webpack and Browsersync Boilerplate",
|
||||
"description": "Rocketeer Website",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"nvm": "nodever=$(<.nvmrc) && node -v | grep -q \"v$nodever\" && echo \"Correct node version\" || ( echo \"[x] Node version $nodever required\\n\\n\" && exit 1 )",
|
||||
|
Loading…
x
Reference in New Issue
Block a user