mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:16:21 +00:00
fix: redundante
This commit is contained in:
parent
770935206f
commit
b11282997b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class ActivityPub
|
|||
class FetchJob < ApplicationJob
|
||||
self.priority = 50
|
||||
|
||||
attr_reader :site, :object, :response
|
||||
attr_reader :object, :response
|
||||
|
||||
# Notificar errores de JSON con el contenido, tomar los errores de
|
||||
# validación y conexión como errores temporales y notificar todo lo
|
||||
|
|
Loading…
Reference in a new issue