Fix build

This commit is contained in:
nicolas.dorier
2019-03-05 17:20:26 +09:00
parent 3b68d81507
commit e67aa499a6

View File

@@ -40,7 +40,7 @@ namespace BTCPayServer.Services.Apps
{
var result =
await _AppsPublicController.ContributeToCrowdfund(Context.Items["app"].ToString(), model);
await _AppsPublicController.ContributeToCrowdfund(Context.Items["app"].ToString(), model, Context.ConnectionAborted);
switch (result)
{
case OkObjectResult okObjectResult: