fix: exchanges name

This commit is contained in:
Kirill Litvinov
2023-10-05 13:11:34 +03:00
parent 944ed79ea7
commit 02764655a0
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ export const fullOrderSchema = z.object({
subOrders: o.c.map((so) => ({
pair: so.P,
exchange: so.e,
exchangs: so.es,
exchanges: so.es,
id: so.i,
amount: so.a,
settledAmount: so.A,