fix: incorrect call to load additional group members

This commit is contained in:
Julian Lam
2023-12-01 12:24:59 -05:00
parent dbbf3a2c6f
commit 78835ebbe9

View File

@@ -122,7 +122,7 @@ define('forum/groups/memberlist', ['api', 'bootbox', 'alerts'], function (api, b
}
members.attr('loading', 1);
api.get(`/groups/${groupName}/members`, {
api.get(`/groups/${ajaxify.data.group.slug}/members`, {
after: members.attr('data-nextstart'),
}, function (err, data) {
if (err) {