mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 14:26:37 -06:00
chore: resolve eslint/svelte-check lints/warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user