Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 16, 2024
1 parent ec2cd1a commit 2e84f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = function (environment) {

// Always turn on mirage for the demo app
'ember-cli-mirage': {
enabled: true
}
enabled: true,
},
};

if (environment === 'development') {
Expand Down

0 comments on commit 2e84f72

Please sign in to comment.