fix(openorders): changes to prevent and error during the get request due to missing data
This commit is contained in:
@@ -32,6 +32,7 @@ app.openapi(
|
||||
);
|
||||
|
||||
if (error) {
|
||||
console.log(error);
|
||||
return c.json(
|
||||
{
|
||||
success: false,
|
||||
|
||||
Reference in New Issue
Block a user