From 39af318d6760dc4ed978f458ca36bf62b148128f Mon Sep 17 00:00:00 2001 From: Mentor Date: Mon, 13 Jun 2022 10:09:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20test=20CU=20permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/index.js | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/index.js b/functions/index.js index 12e586c..032ba26 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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 ) \ No newline at end of file +exports.notify_holders_of_changing_room_updates = functions.runWith( runtime ).pubsub.schedule( '30 1 * * *' ).onRun( notify_holders_of_changing_room_updates ) \ No newline at end of file diff --git a/website/package.json b/website/package.json index cac7c9b..d5fd498 100644 --- a/website/package.json +++ b/website/package.json @@ -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 )",