Fix build

This commit is contained in:
nicolas.dorier 2022-07-08 16:05:40 +09:00
parent 4a5c51d7a3
commit 86572635df
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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)
{