mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Fix build
This commit is contained in:
parent
4a5c51d7a3
commit
86572635df
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class StoreLightningServices : ViewComponent
|
|||
};
|
||||
try
|
||||
{
|
||||
model.Link = service.GetRedirectLink(Request.GetAbsoluteUriNoPathBase(), _btcpayServerOptions.NetworkType);
|
||||
model.Link = await service.GetLink(Request.GetAbsoluteUriNoPathBase(), _btcpayServerOptions.NetworkType);
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue