Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chima1707 committed Mar 2, 2017
1 parent bbdbd65 commit f91decc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mixins/patient-visits.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default Ember.Mixin.create(PouchDbMixin, {
}

});
return (outPatient) ? DS.PromiseArray.create({ promise}) : DS.PromiseObject.create({ promise });
return (outPatient) ? DS.PromiseArray.create({ promise }) : DS.PromiseObject.create({ promise });
},

checkoutVisit(visit, status) {
Expand Down

0 comments on commit f91decc

Please sign in to comment.