diff --git a/Main.cs b/Main.cs index 98d92fa..c6b818f 100644 --- a/Main.cs +++ b/Main.cs @@ -41,6 +41,7 @@ namespace bundlephobia if (string.IsNullOrWhiteSpace(text)) { await Client.PostAsJsonAsync(responseUrl, new { text = $"😢 Please type a name of a package with /yikes packageName" }); + return; } httpReq.HttpContext.Response.Clear(); try