We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d23c5 commit 7c3976aCopy full SHA for 7c3976a
src/main/kotlin/com/lambda/config/configurations/UserAutomationConfigs.kt
@@ -38,7 +38,7 @@ object UserAutomationConfigs : Configuration() {
38
}
39
super.internalTryLoad()
40
configurables.forEach {
41
- val config = it as? UserAutomationConfig ?: throw IllegalStateException("UserAutomationConfigs contains non-AutomationConfig")
+ val config = it as? UserAutomationConfig ?: throw IllegalStateException("UserAutomationConfigs contains non-UserAutomationConfig")
42
config.linkedModules.value.forEach { moduleName ->
43
moduleNameMap[moduleName]?.automationConfig = config
44
0 commit comments