migration #51

Merged
cowch merged 166 commits from migration into main 2025-09-19 22:18:47 -05:00
Showing only changes of commit 1f8b8a7248 - Show all commits

View File

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