Skip to content

Commit a5e6271

Browse files
committed
Fix handler types
1 parent 60448c7 commit a5e6271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/LumClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { setupSlashingExtension, SlashingExtension } from '../extensions/slashin
3333
import { AuthzExtension, setupAuthzExtension } from '../extensions/authz';
3434
import { FeegrantExtension, setupFeegrantExtension } from '../extensions/feegrant';
3535

36-
function defaultErrorHandler(error: unknown): never {
36+
function defaultErrorHandler(error: unknown): void {
3737
throw error;
3838
}
3939

0 commit comments

Comments
 (0)