From e59f58af90a06517c7b6243a94ed74198b327ed3 Mon Sep 17 00:00:00 2001 From: Point5Nyble Date: Sat, 9 Mar 2024 15:12:32 +0530 Subject: [PATCH] spell mistake --- routes/tenants-endpoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/tenants-endpoint.js b/routes/tenants-endpoint.js index 8c0589e..751293b 100644 --- a/routes/tenants-endpoint.js +++ b/routes/tenants-endpoint.js @@ -41,7 +41,7 @@ try{ "mobileUserCount": mobileUserCount===undefined?0:mobileUserCount, "webUserCount": webUserCount===undefined?0:webUserCount, - "bothUserCount": botheUserCount===undefined?0:bothUserCount, + "bothUserCount": bothUserCount===undefined?0:bothUserCount, "isActive":true, "isDeleted":false,