Closed vvo closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
vercel-storage-next-integration-test-suite | ✅ Ready (Inspect) | Visit Preview | Jun 26, 2024 11:41am |
Latest commit: 0eb3f582abee4dcaafe0451d270d7449849f40ce
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
New dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/is-plain-object@5.0.0 | None | 0 |
9.16 kB | trysound |
Before this commit, customers had sometimes trouble trying to upload a file. For example when using
multer
, the req.file is not the file but a plain JS object with file details. To upload it you would need to do req.file.buffer.Fixes #637