mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Refactor email endpoints
This commit is contained in:
committed by
rockstardev
parent
78f33f0ca4
commit
be8ecb823e
@@ -977,7 +977,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
{
|
||||
return GetFromActionResult<EmailSettingsData>(
|
||||
await GetController<GreenfieldStoreEmailController>().UpdateStoreEmailSettings(storeId,
|
||||
JObject.FromObject(request).ToObject<EmailSettings>()));
|
||||
JObject.FromObject(request).ToObject<EmailSettingsData>()));
|
||||
}
|
||||
|
||||
public override async Task<ApplicationUserData[]> GetUsers(CancellationToken token = default)
|
||||
|
||||
Reference in New Issue
Block a user