Skip to content

Commit

Permalink
Fixed enabling TrafficSimulation import with the env .
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Oct 26, 2022
1 parent cf86da3 commit 2ad0776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ private Future<Void> importData() {
if(config().getBoolean(ConfigKeys.ENABLE_IMPORT_DATA)) {
importTimer(IotNode.CLASS_SIMPLE_NAME).onSuccess(a -> {
importTimer(SitePage.CLASS_SIMPLE_NAME).onSuccess(b -> {
importTimer(TimeStep.CLASS_SIMPLE_NAME).onSuccess(c -> {
importTimer(TrafficSimulation.CLASS_SIMPLE_NAME).onSuccess(c -> {
promise.complete();
});
});
Expand Down

0 comments on commit 2ad0776

Please sign in to comment.