From 51096958731459357e568d872a10e9f4eeb123cf Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 7 Jun 2024 14:12:01 -0400 Subject: [PATCH] add comment --- frontend/src/lib/crisp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/crisp.ts b/frontend/src/lib/crisp.ts index b9c3447..25fba31 100644 --- a/frontend/src/lib/crisp.ts +++ b/frontend/src/lib/crisp.ts @@ -26,7 +26,7 @@ export const loadCrispChat = (): (() => void) => { declare global { interface Window { // Crisp - $crisp: unknown[]; + $crisp: unknown[]; // TODO: Replace with better type CRISP_WEBSITE_ID: string; } }