Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges committed Dec 15, 2024
1 parent 386fe12 commit 24b7017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/menu-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default class MenuSidebar extends Component {
this.staticPages = staticPages;
});
}

get sofiaUrl() {
return config.sofiaUrl; // Access the sofiaUrl from config
return config.sofiaUrl; // Access the sofiaUrl from config
}
}
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = function (environment) {

ENV.clientId = '123456789';
ENV.sofiaurl = 'http://localhost:5000';

// Disable mirage in development
ENV['ember-cli-mirage'] = {
enabled: false,
Expand Down

0 comments on commit 24b7017

Please sign in to comment.