From e67aa499a66f08f52c3e0742c2b250867dd3dca1 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 5 Mar 2019 17:20:26 +0900 Subject: [PATCH] Fix build --- BTCPayServer/Services/Apps/AppHub.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Services/Apps/AppHub.cs b/BTCPayServer/Services/Apps/AppHub.cs index bf470be6d..b0a2d6b8e 100644 --- a/BTCPayServer/Services/Apps/AppHub.cs +++ b/BTCPayServer/Services/Apps/AppHub.cs @@ -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: