From a3722980e7168acd73778e6dadffba2059f2c205 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Sun, 5 Sep 2021 02:01:08 -0400 Subject: [PATCH] clear up warning --- HumanCommunication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HumanCommunication.cs b/HumanCommunication.cs index 3ea47a3..e11a751 100644 --- a/HumanCommunication.cs +++ b/HumanCommunication.cs @@ -47,7 +47,7 @@ namespace Director //Task.Run(() => forwardToDiscord(message, logLevel)); } } - public async void forwardToDiscord(string message, LogLevel logLevel) + public void forwardToDiscord(string message, LogLevel logLevel) { var httpWebRequest = (HttpWebRequest)WebRequest.Create(call_for_humans_discord_webhook); httpWebRequest.ContentType = "application/json";