mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Quick fix for email false positive message. ISSUE: #1286
This commit is contained in:
parent
3be69cbd61
commit
3f0cc99f56
4 changed files with 33 additions and 27 deletions
|
@ -122,8 +122,7 @@ namespace Ombi.UI.Modules.Admin
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
throw;
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue