Skip to content

Commit

Permalink
fix: remove instance of const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Nov 22, 2022
1 parent a50a806 commit f882bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Errors.ts
Expand Up @@ -85,7 +85,7 @@ export enum CollectBankAccountError {
Unknown = 'Unknown',
}

export const enum AddressSheetError {
export enum AddressSheetError {
Failed = 'Failed',
Canceled = 'Canceled',
}

0 comments on commit f882bfa

Please sign in to comment.