Panagiotis Papadopoulos 03c1128a72 fix(isEmptyOrWhitespace): avoid exception throwing when passed value is undefined
the req.body value from "routes/api/branches" actually seems to never get parsed into a JS object, but arrives as text string, so req.body.prefix could be undefined, which of course would cause an error to be thrown, when trying to call "match" on undefined.
2025-02-01 14:37:12 +01:00
..
2025-01-09 18:07:02 +02:00
2025-01-17 20:24:20 +01:00
2025-01-23 16:52:22 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2024-09-07 21:36:34 +03:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-13 08:28:12 +01:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00
2025-01-24 00:02:45 +01:00
2025-01-09 18:07:02 +02:00
2025-01-09 18:07:02 +02:00