mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-23 17:08:27 +00:00
* Simplify `is_uuid` function. Also because it returns now value itself it possible write ```Lua my_uuid = is_uuid(value1) or is_uuid(value2) ``` * Change. Ensure `is_uuid` returns only boolean value