Skip to content

Commit

Permalink
Merge pull request #516 from alphagov/fix-bank-hols
Browse files Browse the repository at this point in the history
Require bank_holidays in Seal class
  • Loading branch information
AgaDufrat authored Apr 5, 2024
2 parents e306d93 + 6d13b8a commit 300c5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/seal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "bundler/setup"
Bundler.require(:default)

require_relative "bank_holidays"
require_relative "message_builder"
require_relative "slack_poster"

Expand Down

0 comments on commit 300c5ad

Please sign in to comment.