From e78a95e1767e2f3a8d9e93701e5d99b9f3f4d68e Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 21 Sep 2021 02:09:13 +0900 Subject: [PATCH] fix lint --- src/client/sw/create-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/sw/create-notification.ts b/src/client/sw/create-notification.ts index e2d002c9fa..4bfe48852f 100644 --- a/src/client/sw/create-notification.ts +++ b/src/client/sw/create-notification.ts @@ -225,5 +225,5 @@ export async function createEmptyNotification() { } res(); }, 1000); - }) + }); }