Skip to content

Commit a051496

Browse files
authored
fix: make LedgerError enum usable (#26)
1 parent 64a3127 commit a051496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const PAYLOAD_TYPE: Readonly<Record<string, number>> = {
2626
}
2727

2828
// Ledger error codes and descriptions sorted by value
29-
export const enum LedgerError {
29+
export enum LedgerError {
3030
U2FUnknown = 1,
3131
U2FBadRequest = 2,
3232
U2FConfigurationUnsupported = 3,

0 commit comments

Comments
 (0)