Skip to content

Commit

Permalink
[hotfix] Edit tradeEvent interface (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-rock authored Dec 17, 2024
1 parent 1d1aea5 commit 264891f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compolabs/spark-orderbook-ts-sdk",
"version": "1.14.4",
"version": "1.14.5",
"type": "module",
"main": "./dist/index.сjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export interface RowTradeEvent {
export interface TraderVolumeResponse {
walletId: string;
traderVolume: number;
id: number | "N/A";
id: number | string;
totalCount: number;
isYour: boolean;
}
Expand Down

0 comments on commit 264891f

Please sign in to comment.