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

Commit 13d14cf

Browse files
committed
conver to group id string to looku
1 parent fa0976a commit 13d14cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializers/v3client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ exports.v3client = function (api, next) {
270270
console.log(groupId);
271271
console.log(groupIds.indexOf(groupId) >= 0);
272272

273-
callback(null, groupIds.indexOf(groupId) >= 0);
273+
callback(null, groupIds.indexOf("" + groupId) >= 0);
274274
}
275275
});
276276
}

0 commit comments

Comments
 (0)