pull/7949/merge
Timo Kruth 1 week ago committed by GitHub
commit b4c45c35d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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