iteration

This commit is contained in:
Layla 2023-10-08 04:54:18 -04:00
parent 20a8b68314
commit 4199e6e793

View File

@ -110,6 +110,6 @@ elseif action == "group" then
return
end
local result = auth.add_user_group(target_user, group)
local result = auth.add_user_to_group(target_user, group)
end
end