Skip to content

Commit

Permalink
fix rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
j-o-lantern0422 committed Oct 7, 2024
1 parent da9b2d6 commit 6019ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/reception_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "slack-ruby-client"
require_relative "../models/slack_modal_submission"
require_relative "../models/slack_message"
require_relative "../../config/initializers/sidekiq.rb"
require_relative "../../config/initializers/sidekiq"

class ReceptionWorker
include Sidekiq::Worker
Expand Down

0 comments on commit 6019ed2

Please sign in to comment.