Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Oct 2, 2024
1 parent 2ee3fbf commit 3522a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function (environment) {
return ENV;
};

function getMountedEngineRoutePrefix () {
function getMountedEngineRoutePrefix() {
let mountedEngineRoutePrefix = 'iam';
if (fleetbase && typeof fleetbase.route === 'string') {
mountedEngineRoutePrefix = fleetbase.route;
Expand Down

0 comments on commit 3522a7e

Please sign in to comment.