Skip to content

Commit

Permalink
Issue Security type for crypto has some white space. #210 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Mar 9, 2024
1 parent 1e5e8f8 commit a7b5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/data/enum/sec-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export enum SecType {
ICS = "ICS",

/** Cryptocurrency. */
CRYPTO = "CRYPTO ",
CRYPTO = "CRYPTO",
}

export default SecType;

0 comments on commit a7b5b64

Please sign in to comment.