Skip to content

Commit b639383

Browse files
committed
nit
1 parent 0a94b9b commit b639383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/FilesRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function handleRangeRequest(gridFile, req, res, contentType) {
129129
}else{
130130
end = start + (buffer_size);
131131
}
132-
chunksize = (end - start) + 1;
132+
chunksize = (end - start) + 1;
133133
}
134134

135135
if (start == 0 && end == 2) {

0 commit comments

Comments
 (0)