diff --git a/Cecilifier.Web/CecilifierRestHandler.cs b/Cecilifier.Web/CecilifierRestHandler.cs index 4d8a85c5..d3c5d1fc 100644 --- a/Cecilifier.Web/CecilifierRestHandler.cs +++ b/Cecilifier.Web/CecilifierRestHandler.cs @@ -204,7 +204,7 @@ private static async Task ExecuteReadOnlyGitHubApiAuthenticated(HttpContext cont if (string.IsNullOrWhiteSpace(_cecilifierGitHubToken)) { _logger.LogWarning($"CECILIFIER_GITHUB_TOKEN not defined. Retrieval of list of bugs fixed in staging/latest release info will not be available."); - context.Response.WriteAsync("N/A"); + await context.Response.WriteAsync("N/A"); return; }