Skip to content

Commit

Permalink
fix enum format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Dec 5, 2024
1 parent 87a1a99 commit c3fc5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featureFlag/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum FeatureFlagType {
Solana = "solana",
Chainflip = "chainflip",
Coral = "coral",
Chainflip_Multihop = "chainflip_multihop",
ChainflipMultihop = "chainflipMultihop",
}

export interface FeatureFlag {
Expand Down

0 comments on commit c3fc5d8

Please sign in to comment.