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 ae6eab0 commit 9c05f6dCopy full SHA for 9c05f6d
functions/index.js
@@ -131,14 +131,3 @@ server.use(express.static('public'))
131
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 = '15 */3 * * *'
137
-/*
138
-exports.updateTokens = functions.pubsub.schedule(cron).onRun(() => {
139
- return prepareAppSdk().then(appSdk => {
140
- return appSdk.updateTokens()
141
- })
142
-})
143
-console.log(`-- Sheduled update E-Com Plus tokens '${cron}'`)
144
-*/
0 commit comments