Quick fix for email false positive message. ISSUE: #1286

This commit is contained in:
Dhruv Bhavsar 2017-03-26 12:15:33 -04:00
parent 3be69cbd61
commit 3f0cc99f56
4 changed files with 33 additions and 27 deletions

View file

@ -122,8 +122,7 @@ namespace Ombi.UI.Modules.Admin
}
catch (Exception e)
{
throw;
throw e;
}
}
}