Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 22, 2024
1 parent 41eb306 commit 07d79a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/s3routes/routesUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function _computeContentLengthFromLocation(
return sum + parseInt(location.size, 10);
}
}
return;
return sum;
}, 0);
}

Expand Down

0 comments on commit 07d79a7

Please sign in to comment.