From 77e2ca5640921429efb2666a8768e1caf7a51612 Mon Sep 17 00:00:00 2001 From: m5r Date: Sat, 29 Apr 2023 07:43:19 +0200 Subject: [PATCH] mark todo --- app/utils/pwa.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/pwa.client.ts b/app/utils/pwa.client.ts index d1453d2..07a2cdd 100644 --- a/app/utils/pwa.client.ts +++ b/app/utils/pwa.client.ts @@ -3,7 +3,7 @@ type ResponseObject = { message: string; }; -// use case: prevent making phone calls / queue messages when offline +// use case: prevent making phone calls / queue messages when offline -- TODO export async function checkConnectivity(online: () => void, offline: () => void): Promise { try { if (navigator.onLine) {