Riku
2025-07-13 37d47c6a7ab0f454b948b68c987146b261117993
src/main/kotlin/com/flightfeather/uav/biz/sourcetrace/exceptiontype/BaseRTExcChangeRate.kt
@@ -131,10 +131,10 @@
        latestCombinedResult
        callback?.let { func ->
            latestExceptionResult.forEach {
                func.invoke(it as PollutedClue)
                func.invoke(listOf(it as PollutedClue))
            }
            latestCombinedResult.forEach {
                func.invoke(it as PollutedClue)
                func.invoke(it as List<PollutedClue>)
            }
        }
    }