remove user from signLockOrder

This commit is contained in:
TheJuze
2024-05-23 13:38:23 +03:00
parent ee50522fd8
commit 39cacef2dc
2 changed files with 1 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ class Aggregator {
{
headers,
method: 'POST',
body: JSON.stringify(body), // TODO: add field sign when api updated
body: JSON.stringify(body),
},
errorSchema,
);