feat(cards): migrated cards over
This commit is contained in:
@@ -37,7 +37,7 @@ app.openapi(
|
||||
return c.json({ success: false, message: "Missing Data." });
|
||||
}
|
||||
|
||||
const check: any = body;
|
||||
const check: any = body ?? { age: 90, type: null };
|
||||
const { data: lanes, error: le } = await tryCatch(
|
||||
getCycleCountCheck(check.age, check.type)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user