mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed all warnings
This commit is contained in:
parent
0d55eec72e
commit
6b668c62d6
13 changed files with 26 additions and 56 deletions
|
@ -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))
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue