src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt
@@ -1,5 +1,6 @@ package com.flightfeather.monitor.analysis.dust import com.flightfeather.monitor.analysis.dust.exception.* import com.flightfeather.monitor.domain.ds1.entity.DustExceptionData import com.flightfeather.monitor.domain.ds1.repository.DustExceptionDataRep import com.flightfeather.monitor.domain.ds1.repository.DustExceptionSettingRep @@ -23,7 +24,7 @@ private val dustSiteStatusRep: DustSiteStatusRep, ) { private var running = false var running = false private val taskList = mutableListOf<BaseDustExceptionAnalysis>()