Skip to content

Commit

Permalink
Merge pull request #297 from thatch-health/activejob-after-discard
Browse files Browse the repository at this point in the history
Fix after_discard sig
  • Loading branch information
egiurleo authored Dec 10, 2024
2 parents 0879f89 + f53381e commit 0cad6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbi/annotations/activejob.rbi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# typed: true

class ActiveJob::Base
sig { params(blk: T.proc.bind(T.attached_class).params(job: T.attached_class).void).void }
sig { params(blk: T.proc.bind(T.attached_class).params(job: T.attached_class, exception: Exception).void).void }
def self.after_discard(&blk); end

sig do
Expand Down

0 comments on commit 0cad6a3

Please sign in to comment.