Skip to content

Commit ab0d63c

Browse files
authored
Update index.js
1 parent 783190e commit ab0d63c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ server.use(express.static('public'))
132132
exports[functionName] = functions.https.onRequest(server)
133133
console.log(`-- Starting '${app.title}' E-Com Plus app with Function '${functionName}'`)
134134

135-
// schedule update tokens job
136135
const cron = '25 */3 * * *'
137136
exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
138137
return prepareAppSdk().then(appSdk => {

0 commit comments

Comments
 (0)