We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a305e commit 5561c0bCopy full SHA for 5561c0b
1 file changed
lib/tus/client.rb
@@ -28,7 +28,7 @@ def upload(file_path, metadata = nil)
28
file_size = File.size(file_path)
29
io = File.open(file_path, 'rb')
30
31
- upload_by_io(file_name: file_name, file_size: file_size, io: io, , metadata: metadata)
+ upload_by_io(file_name: file_name, file_size: file_size, io: io, metadata: metadata)
32
end
33
34
def upload_by_io(file_name:, file_size:, io:, metadata:)
0 commit comments