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