Skip to content

Commit

Permalink
remove unnecessary const
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 15, 2024
1 parent 6edfb17 commit 4e140d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const getCoderByCoinName = <
};

export const getCoderByCoinType = <
const TCoinType extends CoinType | number = CoinType | number
TCoinType extends CoinType | number = CoinType | number
>(
coinType: TCoinType
): GetCoderByCoinType<TCoinType> => {
Expand Down

0 comments on commit 4e140d4

Please sign in to comment.