From a107018191ceb057fb3080a52db6ea5bcbac7939 Mon Sep 17 00:00:00 2001 From: Nils Streijffert Date: Thu, 11 Feb 2021 10:22:34 +0100 Subject: [PATCH] Add line --- plugins/auth-backend/src/identity/DatabaseKeyStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-backend/src/identity/DatabaseKeyStore.ts b/plugins/auth-backend/src/identity/DatabaseKeyStore.ts index 6ffb840e6d..2c3cf41259 100644 --- a/plugins/auth-backend/src/identity/DatabaseKeyStore.ts +++ b/plugins/auth-backend/src/identity/DatabaseKeyStore.ts @@ -86,4 +86,4 @@ const parseDate = (date: string | Date) => { } return parsedDate.toJSDate() -} \ No newline at end of file +}