feat(finaly): the final push before moving all to the new lst

This commit is contained in:
2025-09-19 22:16:47 -05:00
parent 0bbe411db0
commit 8943407f27
15 changed files with 447 additions and 19 deletions

View File

@@ -289,11 +289,13 @@ export const labelingProcess = async ({
"error",
"labeling",
"ocp",
`There was an error booking in the label: ${book.data?.errors[0]?.message}`
`There was an error booking in the label: ${JSON.stringify(
book.data
)}`
);
return {
success: false,
message: `Error Booking in label: ${book.data?.errors[0]?.message}`,
message: `Error Booking in label`,
data: book,
};
}