Skip to content

Commit

Permalink
errant rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcf committed Mar 4, 2021
1 parent 42cf590 commit c260dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/business/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def self.load(calendar_name)
name: calendar_name,
holidays: data["holidays"],
working_days: data["working_days"],
extra_working_dates: data["extra_working_days"],
extra_working_dates: data["extra_working_dates"],
)
end
# rubocop:enable Metrics/MethodLength
Expand Down

0 comments on commit c260dbb

Please sign in to comment.