Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Nov 27, 2024
1 parent 17369a3 commit ec5c264
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 @@ -73,7 +73,7 @@ module.exports = function (environment) {
// ENV.APP.LOG_VIEW_LOOKUPS = true;

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

Check failure on line 77 in config/environment.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`
// Disable mirage in development
ENV['ember-cli-mirage'] = {
Expand Down

0 comments on commit ec5c264

Please sign in to comment.