refactor(ocp): change the way logs are brought in and other changes to clean the code up
This commit is contained in:
@@ -49,7 +49,7 @@ app.openapi(
|
||||
return c.json({
|
||||
success: getData?.success,
|
||||
message: getData?.message,
|
||||
data: getData.data ?? [],
|
||||
data: getData?.data ?? [],
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user