Skip to content

Commit

Permalink
Remove an unused internal test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Sep 7, 2022
1 parent 9a1d721 commit e9169e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/mirage/models/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ export default Model.extend({
taskGroups: hasMany('task-group'),
jobSummary: belongsTo('job-summary'),
jobScale: belongsTo('job-scale'),
// services: hasMany('service'),
});

0 comments on commit e9169e1

Please sign in to comment.