Browse Source

Fixed glitch on list_users in init.lua, thx @gbrrudmin

Nathan Schneider 3 years ago
parent
commit
c05023ad20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      init.lua

+ 1 - 1
init.lua

@@ -32,7 +32,7 @@ modpol.list_users = function(org)
          users = modpol.orgs[org]["members"]
       end
    end
-   return members
+   return users
 end
 
 -- ===================================================================