Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Mar 30, 2022
1 parent 83defac commit daf7258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fetch/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ function CORBCheck (request, response) {
// 3. Let mimeType be the result of extracting a MIME type from response’s header list.
const mimeType = response.headersList.get('content-type')


// 4. If mimeType is failure, then return allowed.
if (mimeType === '') {
return 'allowed'
Expand Down

0 comments on commit daf7258

Please sign in to comment.