mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:36:21 +00:00
fixup! fix: activejob usa su propio método
This commit is contained in:
parent
3f7f887841
commit
fe51ef2193
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class ActivityPub
|
|||
class ProcessJob < ApplicationJob
|
||||
attr_reader :body
|
||||
|
||||
retry_on ActivityPub::RecordInvalid
|
||||
retry_on ActiveRecord::RecordInvalid
|
||||
|
||||
# Procesa la actividad en segundo plano
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue