fix(datamart): corrected endpoins due to recent sql changes
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user