chore: resolve eslint/svelte-check lints/warnings

This commit is contained in:
2026-01-07 14:00:41 -06:00
parent cf599d09d6
commit dcc496c979
9 changed files with 38 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export async function apiFetch<T>(
};
// Remove custom fetch property from options
delete (fetchOptions as any).fetch;
delete (fetchOptions as Record<string, unknown>).fetch;
if (isUnixSocket) {
fetchOptions.unix = upstreamUrl;