Skip to content

Commit

Permalink
[~] Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cubehouse committed Aug 19, 2021
1 parent 3d77a3f commit c68b8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hostedPark.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class HostedPark extends Park {
closingTime: Moment(special.closingTime).tz(this.Timezone),
type: special.type,
specialHours: true,
description: special.description,
description: special.description,
});
});
}
Expand Down

0 comments on commit c68b8f4

Please sign in to comment.