Fix error when using raw distribution worker (#17334)

Regression from #16697
This commit is contained in:
Eugen Rochko 2022-01-19 23:05:59 +01:00 committed by GitHub
parent d412a8d1f2
commit 9eb775a9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ class ActivityPub::RawDistributionWorker
end
def options
nil
{}
end
end