fix(datamart): corrected endpoins due to recent sql changes

This commit is contained in:
2025-04-24 22:58:39 -05:00
parent 2bc9e88588
commit b74a197778
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ app.openapi(
// "Provided a running number and lot number you can consume material.",
responses: responses(),
}),
async (c) => {
async (c: any) => {
//apiHit(c, { endpoint: "api/sqlProd/close" });
const { data: ppoo, error } = await tryCatch(getPPOO());