Fix Pubsubhubbub::UnsubscribeService
This commit is contained in:
		
							parent
							
								
									3439869ca1
								
							
						
					
					
						commit
						95321e961b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| class Pubsubhubbub::SubscribeService < BaseService | ||||
| class Pubsubhubbub::UnsubscribeService < BaseService | ||||
|   def call(account, callback) | ||||
|     return ['Invalid topic URL', 422] if account.nil? | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue