From 3ef3eac83c68b57177f4d3ace0c901cd05579cc2 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Thu, 13 Nov 2025 18:14:41 -0600 Subject: [PATCH] minor: fix window.oxide --- app/api/window.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/window.ts b/app/api/window.ts index dd186f2e5..744720cca 100644 --- a/app/api/window.ts +++ b/app/api/window.ts @@ -38,8 +38,8 @@ function logHeading(s: string) { } if (typeof window !== 'undefined') { - // @ts-expect-error - window.oxide = api.methods + // eslint-disable-next-line @typescript-eslint/no-explicit-any + ;(window as any).oxide = api // @ts-expect-error window.oxql = { query: async (q: string) => {