Skip to content

Commit

Permalink
Merge pull request #1329 from minvws/4593
Browse files Browse the repository at this point in the history
4593
  • Loading branch information
BartNijland91 authored Jun 29, 2022
2 parents 3876b79 + 16390bd commit 4bf9a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RemoteEventUtilImpl(
}

override fun isDccEvent(providerIdentifier: String): Boolean {
return providerIdentifier.contains(RemoteConfigProviders.EventProvider.PROVIDER_IDENTIFIER_DCC)
return providerIdentifier.startsWith(RemoteConfigProviders.EventProvider.PROVIDER_IDENTIFIER_DCC)
}

@Throws(NullPointerException::class)
Expand Down

0 comments on commit 4bf9a11

Please sign in to comment.