Skip to content

Commit

Permalink
fix: make LedgerError enum usable (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored May 21, 2024
1 parent 64a3127 commit a051496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const PAYLOAD_TYPE: Readonly<Record<string, number>> = {
}

// Ledger error codes and descriptions sorted by value
export const enum LedgerError {
export enum LedgerError {
U2FUnknown = 1,
U2FBadRequest = 2,
U2FConfigurationUnsupported = 3,
Expand Down

0 comments on commit a051496

Please sign in to comment.