5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 08:36:22 +00:00

fix: typo

This commit is contained in:
f 2024-03-12 17:30:47 -03:00
parent 4fde9793d7
commit d44bcc4098
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ class ActivityPub
self.priority = 30 self.priority = 30
def perform(remote_flag:) def perform(remote_flag:)
return if remote_flag.can_queue? return if remote_flag.may_queue?
remote_flag.queue! remote_flag.queue!