Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bergarces committed Nov 25, 2024
1 parent 04ee2c7 commit 0868ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapters-library/src/types/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export type TokenType = (typeof TokenType)[keyof typeof TokenType]

export const UnderlyingTokenTypeMap: {
[key in TokenType]:
| typeof TokenType.Underlying
| typeof TokenType.UnderlyingClaimable
| typeof TokenType.Underlying
| typeof TokenType.UnderlyingClaimable
} = {
[TokenType.UnderlyingClaimable]: TokenType.UnderlyingClaimable,
[TokenType.Underlying]: TokenType.Underlying,
Expand Down

0 comments on commit 0868ec5

Please sign in to comment.