diff --git a/Libraries/Core/Routers/ItemEventRouter.cs b/Libraries/Core/Routers/ItemEventRouter.cs index 6563f9ed..63fc20f0 100644 --- a/Libraries/Core/Routers/ItemEventRouter.cs +++ b/Libraries/Core/Routers/ItemEventRouter.cs @@ -60,7 +60,7 @@ namespace Core.Routers _logger.Debug($"event: { body.Action}"); eventRouter.HandleItemEvent(body.Action, pmcData, body, sessionID, output); - if (output.Warnings.Count > 0) { + if (output.Warnings?.Count > 0) { break; } }