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