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

Commit de32b60

Browse files
Merge pull request #121 from topcoder-platform/integration
revert sub community check
2 parents c3495a7 + b2c8978 commit de32b60

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/services/lookup.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ async function doGetUserGroups() {
3636
}
3737

3838
async function getCommunityList() {
39-
const isLoggedIn = await utils.auth.isLoggedIn();
40-
41-
if (!isLoggedIn) {
42-
return [];
43-
}
44-
4539
const groups = await doGetUserGroups();
4640
let communityListQuery = qs.stringify({ groups: groups.map((g) => g.id) });
4741
communityListQuery = communityListQuery

0 commit comments

Comments
 (0)