From 61b4002e5ad5f2f1add9790de0b5685fa700fe33 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 19 Mar 2021 09:22:21 -0600 Subject: [PATCH] Fix to test build image again --- .../PepperDashEssentialsBase/Global/Scheduler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Scheduler.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Scheduler.cs index 928f5557..960a56ef 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Scheduler.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Global/Scheduler.cs @@ -41,7 +41,7 @@ namespace PepperDash.Essentials.Core Debug.Console(0, "[Scheduler]: Unable to delete events from group '{0}'. Group not found in EventGroups dictionary.", groupName); - return + return; } var group = EventGroups[groupName];