Skip to content

Commit 5561c0b

Browse files
rickhewesRick Hewes
authored andcommitted
Fix Typo
1 parent e2a305e commit 5561c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tus/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def upload(file_path, metadata = nil)
2828
file_size = File.size(file_path)
2929
io = File.open(file_path, 'rb')
3030

31-
upload_by_io(file_name: file_name, file_size: file_size, io: io, , metadata: metadata)
31+
upload_by_io(file_name: file_name, file_size: file_size, io: io, metadata: metadata)
3232
end
3333

3434
def upload_by_io(file_name:, file_size:, io:, metadata:)

0 commit comments

Comments
 (0)