fix: unnecessary space in config; fix order schema removed unnecessary fields

This commit is contained in:
Alex Kraiz
2024-01-09 04:36:48 +04:00
parent 11a5bd9be0
commit 9002b4553f
3 changed files with 2 additions and 4 deletions

View File

@@ -43,8 +43,6 @@ const tradeInfoSchema = z.object({
updateTime: z.number(),
matchedBlockchainOrder: blockchainOrderSchema.optional(),
matchedSubOrderId: z.number().int().nonnegative().optional(),
exchangeTradeInfo: z.boolean(),
poolTradeInfo: z.boolean(),
});
const baseOrderSchema = z.object({