fix(openorders): changes to prevent and error during the get request due to missing data

This commit is contained in:
2025-04-25 10:42:17 -05:00
parent 67d47ee030
commit 9c8249b2e4
2 changed files with 4 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ app.openapi(
);
if (error) {
console.log(error);
return c.json(
{
success: false,