We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783190e commit ab0d63cCopy full SHA for ab0d63c
functions/index.js
@@ -132,7 +132,6 @@ server.use(express.static('public'))
132
exports[functionName] = functions.https.onRequest(server)
133
console.log(`-- Starting '${app.title}' E-Com Plus app with Function '${functionName}'`)
134
135
-// schedule update tokens job
136
const cron = '25 */3 * * *'
137
exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
138
return prepareAppSdk().then(appSdk => {
0 commit comments