Skip to content

Commit eeb495d

Browse files
committed
chore: remove cron to read product
1 parent 2728937 commit eeb495d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ exports.checkExportedOrders = functions.runWith({ timeoutSeconds: 300 })
178178
})
179179

180180
// update product variation
181-
const updateProduct = require('./lib/tiny/export-variation')
181+
/* const updateProduct = require('./lib/tiny/export-variation')
182182
const queueCreateProduct = 'every 10 mins'
183183
exports.onUpdateProduct = functions.pubsub.schedule(queueCreateProduct).onRun(updateProduct)
184-
console.log(`-- Sheduled active access from '${queueCreateProduct}'`)
184+
console.log(`-- Sheduled active access from '${queueCreateProduct}'`) */

0 commit comments

Comments
 (0)