Skip to content

Commit

Permalink
chore: fix typing in keel test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeistrich committed Nov 9, 2024
1 parent 789d823 commit 446e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/keel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { syncedKeel as syncedKeelOrig } from '../src/sync-plugins/keel';
import { configureSynced } from '../src/sync/configureSynced';
import { getPersistName, localStorage, ObservablePersistLocalStorage, promiseTimeout } from './testglobals';

type APIError = { type: string; message: string; requestId?: string; error?: Error };
type APIError = { type: string; message: string; requestId?: string; error?: unknown };

type APIResult<T> = Result<T, APIError>;

Expand Down

0 comments on commit 446e702

Please sign in to comment.