diff --git a/server/src/services/analytic_service/detection_runner.rs b/server/src/services/analytic_service/detection_runner.rs index 50eb7b3..6d9b3e8 100644 --- a/server/src/services/analytic_service/detection_runner.rs +++ b/server/src/services/analytic_service/detection_runner.rs @@ -47,6 +47,7 @@ impl DetectionRunner { // TODO: parse detections to webhooks // TODO: handle case when detection is in the end and continues after "now" // it's better to make an issue on github + // TODO: find place to update analytic unit model let window_size = au.as_ref().read().await.get_detection_window(); let detection_step = ms.get_detection_step();