mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-04 18:06:08 +01:00
Remove warning
This commit is contained in:
parent
8302f082a2
commit
ac25fef555
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ namespace BTCPayServer
|
||||||
{
|
{
|
||||||
metadata = JObject.Parse(vm.Add.InvoiceMetadata);
|
metadata = JObject.Parse(vm.Add.InvoiceMetadata);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
vm.AddModelError(addressVm => addressVm.Add.InvoiceMetadata, "Metadata must be a valid json object", this);
|
vm.AddModelError(addressVm => addressVm.Add.InvoiceMetadata, "Metadata must be a valid json object", this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue