Fix broken oEmbed provider (#2537)
This commit is contained in:
		
							parent
							
								
									c69e74d9ba
								
							
						
					
					
						commit
						cc6d730bdc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ProviderDiscovery < OEmbed::ProviderDiscovery
 | 
					class ProviderDiscovery < OEmbed::ProviderDiscovery
 | 
				
			||||||
  include HttpHelper
 | 
					  extend HttpHelper
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  class << self
 | 
					  class << self
 | 
				
			||||||
    def discover_provider(url, options = {})
 | 
					    def discover_provider(url, options = {})
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue