fix: use valid timestamp for storage pending state (#846)

pull/7949/head
Test User 6 months ago
parent f57fb5d1d6
commit a4b732056d

@ -75,7 +75,7 @@ module.exports = {
state: { state: {
status: 'pending', status: 'pending',
message: 'Initializing...', message: 'Initializing...',
lastAttempt: null lastAttempt: new Date().toISOString()
} }
}).where('key', tgt.key) }).where('key', tgt.key)
} }

Loading…
Cancel
Save