Skip to content
Snippets Groups Projects
Verified Commit 91d349f1 authored by Marcos Pieras's avatar Marcos Pieras Committed by Dennis Collaris
Browse files

feat: adds continue

parent d5ab6aee
No related branches found
No related tags found
No related merge requests found
Pipeline #145390 passed
......@@ -115,6 +115,7 @@ export const insightProcessor = async () => {
insight = statCheck(insight, result);
} else if (insight.alarmMode === 'entitiesAppearances') {
appearanceCheck(result, insight, ss, Number(queryIndex), nodeAppearances);
continue;
log.info('LogicSet insight resultSet:', nodeAppearances);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment