Skip to content

Commit c47d002

Browse files
committed
Fix linting issue
1 parent 04acf57 commit c47d002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ export type CompressedSandboxLogRow = [
149149
orders: CompressedOrder[],
150150
conversions: number,
151151
traderData: string,
152-
logs: string
152+
logs: string,
153153
];

0 commit comments

Comments
 (0)