Skip to content

Commit

Permalink
Merge pull request #514 from bounswe/Alputer-patch-4
Browse files Browse the repository at this point in the history
Hot fix
  • Loading branch information
Alputer authored Dec 4, 2023
2 parents f47bb1f + b25b8b1 commit 66520a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/backend/src/poll/poll.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class PollService {
likedById,
followedById,
sortString,
tags,
}): Promise<Poll[]> {
if (sortString) {
if (!Object.values(Sort).includes(sortString)) {
Expand Down

0 comments on commit 66520a9

Please sign in to comment.