Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jun 19, 2024
1 parent e72b778 commit c95ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/pgp_annotation_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true
require 'open-uri'

class PgpAnnotationjob
class PgpAnnotationJob
include Sidekiq::Worker
sidekiq_options queue: :pgp, retry: 5, unique: true

Expand Down

0 comments on commit c95ffac

Please sign in to comment.