Fixed all warnings

This commit is contained in:
tidusjar 2020-11-10 22:17:11 +00:00
commit 6b668c62d6
13 changed files with 26 additions and 56 deletions

View file

@ -144,7 +144,8 @@ namespace Ombi.Notifications.Agents
"Available" => "51283",
"Denied" => "13959168",
"Processing Request" => "37354",
"Pending Approval" => "16754470"
"Pending Approval" => "16754470",
_ => throw new ArgumentOutOfRangeException(nameof(color))
};
}
}