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

pull/7949/head
Test User 2 weeks ago
parent f57fb5d1d6
commit a4b732056d

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

Loading…
Cancel
Save