fix rawExchangeRestrictions

This commit is contained in:
Kirill Litvinov
2023-12-27 15:27:48 +03:00
parent 8eea148a5f
commit bec9dc5b35
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ class Aggregator {
{
headers,
method: 'POST',
body: JSON.stringify({ signedOrder, rawExchangeRestrictions }),
body: JSON.stringify({ ...signedOrder, rawExchangeRestrictions }),
},
errorSchema,
);