Skip to content

Commit

Permalink
Update lib/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
  • Loading branch information
raksbisht and LinusU authored Feb 21, 2023
1 parent a708a2d commit 84fe482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ exports.contentDisposition = deprecate.function(contentDisposition,

function acceptParams(str) {
var parts = str.split(/ *; */);
var ret = { value: parts[0], quality: 1, params: {}};
var ret = { value: parts[0], quality: 1, params: {} };

for (var i = 1; i < parts.length; ++i) {
var pms = parts[i].split(/ *= */);
Expand Down

0 comments on commit 84fe482

Please sign in to comment.