Skip to content

Commit

Permalink
Resolve merge
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 10, 2024
1 parent 7d8d7c4 commit 0a49291
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ private DefaultServerRequestContext(
this.stopConsolidationService = stopConsolidationService;
this.streetLimitationParametersService = streetLimitationParametersService;
this.luceneIndex = luceneIndex;
this.debugUiConfig = debugUiConfig;
this.fareService = fareService;
}

/**
Expand Down Expand Up @@ -160,8 +162,8 @@ public static DefaultServerRequestContext create(
flexParameters,
traverseVisitor,
luceneIndex,
fareService,
debugUiConfig
debugUiConfig,
fareService
);
}

Expand Down

0 comments on commit 0a49291

Please sign in to comment.