Skip to content

Commit

Permalink
Remove channel check
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 19, 2024
1 parent 94aa4e4 commit dbeaddb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ data class Announcement(
if (active.not()) return false
if (text.isBlank()) return false
if (test && BuildConfig.DEBUG.not()) return false
if (channel != null && channel != BuildConfig.FLAVOR_channel) return false
return true
}
}

0 comments on commit dbeaddb

Please sign in to comment.