feat(cyclecountcheck): added i cycle count check this is in mem right now

if this becomes a resource hog we will move it to the db. no need for it to really be presitant
This commit is contained in:
2025-04-09 17:50:06 -05:00
parent 2e2699ab3c
commit 6665b77e09
6 changed files with 349 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ export const createLabel = async (data: any, userPrinted: any) => {
if (settingsError) {
return {
success: false,
message: "There was an error getting the printer.",
message: "There was an error getting the settings.",
settingsError,
};
}