Remove warnings

This commit is contained in:
nicolas.dorier
2019-01-29 18:35:27 +09:00
parent f5b693f01b
commit 6725be8145
3 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ namespace BTCPayServer.Models
ParseNonJsonStatus(s);
}
}
catch (Exception e)
catch (Exception)
{
ParseNonJsonStatus(s);
}