Skip to content

Commit

Permalink
Fixes spacing on if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul authored Oct 1, 2019
1 parent a16cada commit 3edc9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/appointment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default class Appointment extends Conditional implements AppointmentResou
};
}

if(this.filters.source) {
if (this.filters.source) {
params = {
...params,
meta: {
Expand Down

0 comments on commit 3edc9e9

Please sign in to comment.