refactor(mobile): added missing error to the scanner
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m55s

This commit is contained in:
2026-05-23 11:22:44 -05:00
parent ecfbda9036
commit 52974aa0b4

View File

@@ -33,6 +33,7 @@ const ERROR_KEYWORDS = [
"unloaded",
"delivered",
"blocked",
"not possible",
];
// function parseErpResponse(buffer: Buffer) {