octet-stream / form-data

Spec-compliant FormData implementation for Node.js
https://www.npmjs.com/package/formdata-node
MIT License
142 stars 17 forks source link

Fix typo in __defaultContentType value #9

Closed hubgit closed 5 years ago

hubgit commented 5 years ago

The value set for __defaultContentType is meant to be application/octet-stream.

codecov[bot] commented 5 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #9   +/-   ##
======================================
  Coverage    93.1%   93.1%           
======================================
  Files          21      21           
  Lines         290     290           
  Branches       58      58           
======================================
  Hits          270     270           
  Misses         12      12           
  Partials        8       8
Impacted Files Coverage Δ
src/lib/FormData.mjs 97.76% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c7dfbb...51e01a7. Read the comment docs.

octet-stream commented 5 years ago

Yeah, that was a typo. Thank you for the PR!

octet-stream commented 5 years ago

Your patch has been released in v1.8.1