Skip to content
Snippets Groups Projects
Commit 7e5e33df authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix Pubsubhubbub::UnsubscribeService

parent 79e41fbd
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
class Pubsubhubbub::SubscribeService < BaseService
class Pubsubhubbub::UnsubscribeService < BaseService
def call(account, callback)
return ['Invalid topic URL', 422] if account.nil?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment