From 08039c6e9482ee1e230cee62c931f35530052837 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Oct 2019 00:07:42 -0400 Subject: [PATCH] fix lock issue --- src/commands/lock.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/lock.ts b/src/commands/lock.ts index 9281f69..163cbc5 100644 --- a/src/commands/lock.ts +++ b/src/commands/lock.ts @@ -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, }, });