1
0
Fork 0

fix lock issue

refactor/models
Matthew 2019-10-28 00:07:42 -04:00
parent 07001f5b6e
commit 08039c6e94
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default class Lock extends Command {
type: 2,
date: new Date(),
expiration: {
expirationDate: momentMilliseconds ? expiry : null,
date: momentMilliseconds ? expiry : null,
processed,
},
});