mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Fix typo in StaticFileHandler
This commit is contained in:
		@@ -147,7 +147,6 @@ module Kemal
 | 
			
		||||
          return
 | 
			
		||||
        end
 | 
			
		||||
 | 
			
		||||
        puts "Sending cached file, #{@cached_files.sum { |element| element[1][:data].bytesize }}"
 | 
			
		||||
        send_file(context, file_path, file[:data], file[:filestat])
 | 
			
		||||
      else
 | 
			
		||||
        is_dir = Dir.exists? file_path
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user