Skip to content

Commit 76068a7

Browse files
committed
fix: poll issue
1 parent 76fcfe9 commit 76068a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platforms/evoting-api/src/services/PollService.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ export class PollService {
172172
return poll;
173173
}
174174

175-
// If no userId provided, don't show group polls
176-
if (!userId) {
177-
return null;
178-
}
179175

180176
// Check if user is a member, admin, or participant of the group
181177
const group = await this.groupRepository

0 commit comments

Comments
 (0)