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; } }