Skip to content

Commit

Permalink
Merge pull request #19 from wireapp/staging
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
dkovacevic authored Oct 6, 2023
2 parents 9430d31 + 8e1c43d commit d751746
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class StatsFormattingService(
private data class VotingOption(val style: String, val option: String, val votingUsers: Int) {

private companion object {
const val notVote = ""
const val vote = ""
const val notVote = ""
const val vote = "🟢"
}

fun toString(max: Int): String {
Expand Down

0 comments on commit d751746

Please sign in to comment.