Skip to content

Commit 86b3e96

Browse files
authored
Update update-bling-tokens.js
[skip ci]
1 parent 896f70d commit 86b3e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/lib/integration/update-bling-tokens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const upsertBlingAccessToken = require('../bling-auth/create-access')
77
const listStoreIds = () => {
88
const storeIds = []
99
const date = new Date()
10-
date.setHours(date.getHours() - 48)
10+
date.setHours(date.getHours() - 72)
1111
return firestore()
1212
.collection('ecomplus_app_auth')
1313
.where('updated_at', '>', firestore.Timestamp.fromDate(date))

0 commit comments

Comments
 (0)