We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4659 commit 79bce8eCopy full SHA for 79bce8e
1 file changed
SharedLibraryCore/Services/ClientService.cs
@@ -720,7 +720,7 @@ await ctx.Aliases.Where(_alias =>
720
721
await ctx.Penalties.Where(penalty =>
722
clientIdsByIp.Contains(penalty.OffenderId)
723
- && new[]
+ && new List<EFPenalty.PenaltyType>
724
{
725
EFPenalty.PenaltyType.Ban, EFPenalty.PenaltyType.TempBan, EFPenalty.PenaltyType.Flag
726
}.Contains(penalty.Type)
0 commit comments