mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-11 13:38:38 +03:00
cfdBalance schemas small fix
This commit is contained in:
@@ -22,7 +22,7 @@ const cfdBalanceSchema = z
|
||||
lfrd: z.string(),
|
||||
sfrs: z.string(),
|
||||
sfrd: z.string(),
|
||||
sop: z.string().nullable(),
|
||||
sop: z.string().optional(),
|
||||
})
|
||||
.transform((obj) => ({
|
||||
instrument: obj.i,
|
||||
|
||||
Reference in New Issue
Block a user