mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
parent
d7faa0a0fd
commit
fbe2096098
@ -251,7 +251,8 @@ namespace BTCPayServer.Controllers
|
||||
ResetIn = period?.End is DateTimeOffset nr ? ZeroIfNegative(nr - now).TimeString() : null,
|
||||
EndIn = pp.EndDate is DateTimeOffset end ? ZeroIfNegative(end - now).TimeString() : null,
|
||||
},
|
||||
Archived = pp.Archived
|
||||
Archived = pp.Archived,
|
||||
AutoApproveClaims = ppBlob.AutoApproveClaims
|
||||
});
|
||||
}
|
||||
return View(vm);
|
||||
|
Loading…
Reference in New Issue
Block a user