Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Dec 10, 2024
1 parent 4f49a99 commit aa7aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Challenge/ChallengeGlobal/ChallengeGlobal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const challengePassesGlobalFilter = function(filter, challenge) {
if (filter.global) {
if (!filter.global) {
return challenge.isGlobal === false
}

Expand Down

0 comments on commit aa7aa1b

Please sign in to comment.