Skip to content

Commit

Permalink
remove property from tenant collection
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinovpankaj committed Mar 9, 2024
1 parent edcb790 commit 36cfb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/tenants-endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ try{
"website":website,
"endDate":endDate,
"allowedDiskSpace":allowedDiskSpace===undefined?10:allowedDiskSpace,
"allowedUsersCount": allowedUsersCount===undefined?5:allowedUsersCount,

"mobileUserCount": mobileUserCount===undefined?0:mobileUserCount,
"webUserCount": webUserCount===undefined?0:webUserCount,
"bothUserCount": botheUserCount===undefined?0:bothUserCount,
Expand Down

0 comments on commit 36cfb2a

Please sign in to comment.