fix(mobile): added in more error handling key words and put a little more generic as well
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m33s

This commit is contained in:
2026-06-22 06:12:00 -05:00
parent 3e8417dcff
commit fd596ab194

View File

@@ -35,6 +35,8 @@ const ERROR_KEYWORDS = [
"delivered",
"blocked",
"not possible",
"forbidden",
"loading not",
];
// function parseErpResponse(buffer: Buffer) {