5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 19:26:21 +00:00

fixup! fix: activejob usa su propio método

This commit is contained in:
f 2024-03-28 10:15:21 -03:00
parent 3f7f887841
commit fe51ef2193
No known key found for this signature in database

View file

@ -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
#