diff --git a/frontend/src/lib/shared/api.server.ts b/frontend/src/lib/shared/api.server.ts index b1aab396..97b0fbf7 100644 --- a/frontend/src/lib/shared/api.server.ts +++ b/frontend/src/lib/shared/api.server.ts @@ -26,7 +26,6 @@ export function createApiClient(fetch: typeof globalThis.fetch) { export interface ApiError { code?: string; - message?: string; } export function extractErrorCode(error: unknown): string | undefined {