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

Commit b2c8978

Browse files
author
dengjun
committed
revert sub community check
1 parent 73732cc commit b2c8978

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)