Skip to content

Commit

Permalink
#125 Remove global configuration items from analyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 3, 2019
1 parent 5cdc028 commit deecf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/org/thp/cortex/services/WorkerConfigSrv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ trait WorkerConfigSrv {
.runWith(Sink.seq)
.map { baseConfigs
(BaseConfig.global(workerType, configuration) +: baseConfigs)
.map(c c.name (c + BaseConfig.global(workerType, configuration)))
.map(c c.name c)
.toMap
}
}
Expand Down

0 comments on commit deecf42

Please sign in to comment.