Skip to content

Commit

Permalink
refactor: include comma on const declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Sep 9, 2024
1 parent 0afab25 commit 0d5f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/dbTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const userAddressTypes = [
"solana",
"ethereum",
"kyve",
"matic"
"matic",
] as const;
export type UserAddressType = (typeof userAddressTypes)[number];

Expand Down

0 comments on commit 0d5f570

Please sign in to comment.