Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rg2011 committed Aug 8, 2024
1 parent d45a4e2 commit bc6caf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/stats/statsRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ function matchContentType(accepts) {
// same priority, sort by media type.
return (mediaTypePref[b.mediaType] || 0) - (mediaTypePref[a.mediaType] || 0);
}
// Beware! preference difference is usually a decima
return b.preference - a.preference;
});
for (const req of requestedType) {
Expand Down

0 comments on commit bc6caf8

Please sign in to comment.