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 2728937 commit eeb495dCopy full SHA for eeb495d
1 file changed
functions/index.js
@@ -178,7 +178,7 @@ exports.checkExportedOrders = functions.runWith({ timeoutSeconds: 300 })
178
})
179
180
// update product variation
181
-const updateProduct = require('./lib/tiny/export-variation')
+/* const updateProduct = require('./lib/tiny/export-variation')
182
const queueCreateProduct = 'every 10 mins'
183
exports.onUpdateProduct = functions.pubsub.schedule(queueCreateProduct).onRun(updateProduct)
184
-console.log(`-- Sheduled active access from '${queueCreateProduct}'`)
+console.log(`-- Sheduled active access from '${queueCreateProduct}'`) */
0 commit comments