refactor: change syntax

This commit is contained in:
Anna 2021-05-17 14:28:31 -04:00
parent 52392e0544
commit d5901c66f2
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace NoSoliciting {
? "custom"
: this.ItemLevel
? "ilvl"
: this.Classification?.ToModelName() ?? MessageCategory.Normal.ToModelName(),
: (this.Classification ?? MessageCategory.Normal).ToModelName(),
SuggestedClassification = suggested,
};