Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Sep 8, 2023
1 parent 5814087 commit 004eca4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/services/submitOrderMessageHandler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import WebSocketApiMessageHandler, { newPayload, } from "./webSocketApiMessageHandler";
import WebSocketApiMessageHandler, {
newPayload,
} from "./webSocketApiMessageHandler";
import { PlaceLimitOrderRequestParams } from "./placeOrderMessageHandler";
import { ApiService } from "./apiService";
import { RawPayloadRequest, RawPayloadResponse } from "../tdaWsJsonTypes";
Expand Down

0 comments on commit 004eca4

Please sign in to comment.