fix lock issue
parent
07001f5b6e
commit
08039c6e94
|
@ -42,7 +42,7 @@ export default class Lock extends Command {
|
||||||
type: 2,
|
type: 2,
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
expiration: {
|
expiration: {
|
||||||
expirationDate: momentMilliseconds ? expiry : null,
|
date: momentMilliseconds ? expiry : null,
|
||||||
processed,
|
processed,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue