fix(labeling process): corrected a typo in success

This commit is contained in:
2025-04-14 12:28:38 -05:00
parent bb20046890
commit acd89d926c
2 changed files with 10 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ export const createLabel = async (data: any, userPrinted: any) => {
// check if we can remove labels or not
//deleteLabels();
return { sucess: true, message: "Label created", data: returnData }; // returning label data to be able to book in if active
return { success: true, message: "Label created", data: returnData }; // returning label data to be able to book in if active
} catch (error) {
createLog(
"info",