Skip to content

Commit 4839770

Browse files
authored
Update index.js
1 parent 86b3e96 commit 4839770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
150150
console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)
151151

152152
const updateBlingTokens = require('./lib/integration/update-bling-tokens')
153-
exports.updateBlingTokens = functions.pubsub.schedule('36 * * * *').onRun(updateBlingTokens)
153+
exports.updateBlingTokens = functions.pubsub.schedule('36,51 * * * *').onRun(updateBlingTokens)
154154

155155
exports.eventsQueue = firestore.onDocumentWritten(
156156
`queue/{storeId}/${nameCollectionEvents}/{docId}`,

0 commit comments

Comments
 (0)