Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 25, 2024
1 parent 6e746c5 commit 3f2bbd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/api/BackbeatAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ class BackbeatAPI {
const rDetails = bbRequest.getRouteDetails();
const route = bbRequest.getRoute();
const addKeys = {};
const disableAdditionalRoutes = !!this._queuePopulator.mongo;

const disableAdditionalRoutes = !this._queuePopulator.mongo;

this._updateConfigSites();
const routes = getRoutesFn({
Expand Down

0 comments on commit 3f2bbd8

Please sign in to comment.