💚 test CU permissions

This commit is contained in:
Mentor 2022-06-13 10:09:14 +02:00
parent 729985e6ab
commit 39af318d67
2 changed files with 2 additions and 2 deletions

View File

@ -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 )

View File

@ -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 )",