fix: typo
This commit is contained in:
parent
c77da49d30
commit
47449ecbc7
@ -174,7 +174,7 @@ public static class ListOptionsExt
|
|||||||
opts.IncludeAvatar,
|
opts.IncludeAvatar,
|
||||||
opts.IncludePronouns,
|
opts.IncludePronouns,
|
||||||
opts.IncludeDisplayName,
|
opts.IncludeDisplayName,
|
||||||
}.Sum(x => Convert.ToInt32(x)) > 0;
|
}.Sum(x => Convert.ToInt32(x)) > 1;
|
||||||
|
|
||||||
if (hasMultipleIncluded)
|
if (hasMultipleIncluded)
|
||||||
throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");
|
throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");
|
||||||
|
Loading…
Reference in New Issue
Block a user