Fix to test build image again

This commit is contained in:
Andrew Welker
2021-03-19 09:22:21 -06:00
parent da63d0917e
commit 61b4002e5a

View File

@@ -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];