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 896f70d commit 86b3e96Copy full SHA for 86b3e96
functions/lib/integration/update-bling-tokens.js
@@ -7,7 +7,7 @@ const upsertBlingAccessToken = require('../bling-auth/create-access')
7
const listStoreIds = () => {
8
const storeIds = []
9
const date = new Date()
10
- date.setHours(date.getHours() - 48)
+ date.setHours(date.getHours() - 72)
11
return firestore()
12
.collection('ecomplus_app_auth')
13
.where('updated_at', '>', firestore.Timestamp.fromDate(date))
0 commit comments