Skip to content

Commit 0dcbcdb

Browse files
committed
Error type is unknown
1 parent f0032be commit 0dcbcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ interface CreateQuirrelClientArgs<T> {
7171
};
7272

7373
fetch?: typeof fetch;
74-
catchDecryptionErrors?: (error: Error) => void;
74+
catchDecryptionErrors?(error: unknown): void;
7575
}
7676

7777
const vercelMs = z

0 commit comments

Comments
 (0)