Skip to content

Commit

Permalink
Update publish-alpha (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored May 16, 2024
2 parents a8e38b9 + 734b6da commit f54bfdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class PollsManager {
}

this.updatePollResult(savedPoll, updatedPoll);
await this.updatePollResponses(savedPoll, false);
await this.updatePollResponses(savedPoll, true);

updatedPolls.push(savedPoll);
}
Expand Down

0 comments on commit f54bfdf

Please sign in to comment.