mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed a small bug where an exception would get thrown
This commit is contained in:
parent
0cf73f2cf6
commit
80d2a7f8e1
1 changed files with 3 additions and 6 deletions
|
@ -84,9 +84,6 @@ namespace PlexRequests.Services.Notification
|
||||||
case NotificationType.Test:
|
case NotificationType.Test:
|
||||||
await EmailTest(model, emailSettings);
|
await EmailTest(model, emailSettings);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
|
||||||
throw new ArgumentOutOfRangeException();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue