null guard

This commit is contained in:
CWX
2025-01-22 10:19:41 +00:00
parent dbc1c11e7e
commit edb68d7f8b
+1 -1
View File
@@ -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;
}
}