Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
host
Smilodon
Commits
7e5e33df
Commit
7e5e33df
authored
Nov 28, 2016
by
Eugen Rochko
Browse files
Fix Pubsubhubbub::UnsubscribeService
parent
79e41fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/services/pubsubhubbub/unsubscribe_service.rb
View file @
7e5e33df
# frozen_string_literal: true
class
Pubsubhubbub::
S
ubscribeService
<
BaseService
class
Pubsubhubbub::
Uns
ubscribeService
<
BaseService
def
call
(
account
,
callback
)
return
[
'Invalid topic URL'
,
422
]
if
account
.
nil?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment