Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit e710cb3

Browse files
committed
fix api call
1 parent 9d891af commit e710cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializers/v3client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ exports.v3client = function (api, next) {
255255
* is boolean vwhich is true if the user is found in the group.
256256
*/
257257
isUserInGroup: function (connection, groupId, callback) {
258-
getMemberGroups(connection, groupId, function (err, groupIds) {
258+
getMemberGroups(connection, function (err, groupIds) {
259259
if (err) {
260260
callback(err);
261261
} else {

0 commit comments

Comments
 (0)