From affb42160a91612b20aae66fa68c9269fd5d4882 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 23 Dec 2019 00:35:42 +0100 Subject: [PATCH] Oops pt. 3 --- PluralKit.Bot/Services/WebhookExecutorService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Services/WebhookExecutorService.cs b/PluralKit.Bot/Services/WebhookExecutorService.cs index 217b9b34..cb22314e 100644 --- a/PluralKit.Bot/Services/WebhookExecutorService.cs +++ b/PluralKit.Bot/Services/WebhookExecutorService.cs @@ -18,7 +18,7 @@ using Serilog; namespace PluralKit.Bot { - public class WebhookExecutorService: IDisposable + public class WebhookExecutorService { private WebhookCacheService _webhookCache; private ILogger _logger;