From 89e55721308cfdde26402da8b6db1d7036b4dc13 Mon Sep 17 00:00:00 2001 From: Noah Zalev Date: Sat, 8 Jan 2022 14:30:09 -0500 Subject: [PATCH] Remove left-to-right override unicode characters --- meshuser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshuser.js b/meshuser.js index 98e6ac44..295e34b8 100644 --- a/meshuser.js +++ b/meshuser.js @@ -51,7 +51,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use const MESHRIGHT_REMOTECOMMAND = 0x00020000; // 131072 const MESHRIGHT_RESETOFF = 0x00040000; // 262144 const MESHRIGHT_GUESTSHARING = 0x00080000; // 524288 - const MESHRIGHT_DEVICEDETAILS = 0x00100000; // ‭1048576‬ + const MESHRIGHT_DEVICEDETAILS = 0x00100000; // 1048576 const MESHRIGHT_ADMIN = 0xFFFFFFFF; // Site rights