Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Feb 28, 2024
1 parent 04acf57 commit c47d002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ export type CompressedSandboxLogRow = [
orders: CompressedOrder[],
conversions: number,
traderData: string,
logs: string
logs: string,
];

0 comments on commit c47d002

Please sign in to comment.