Skip to content

Commit

Permalink
Named fs-capacitor import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jun 12, 2019
1 parent 5cb80c3 commit 62f7c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -6,6 +6,7 @@

- Updated dependencies.
- Handle invalid object paths in `map` multipart field entries, fixing [#154](https://github.com/jaydenseric/graphql-upload/issues/154).
- Import `WriteStream` from [`fs-capacitor`](https://npm.im/fs-capacitor) as a named rather than default import.

## 8.0.6

Expand Down
2 changes: 1 addition & 1 deletion src/processRequest.mjs
@@ -1,6 +1,6 @@
import util from 'util'
import Busboy from 'busboy'
import WriteStream from 'fs-capacitor'
import { WriteStream } from 'fs-capacitor'
import createError from 'http-errors'
import objectPath from 'object-path'

Expand Down

0 comments on commit 62f7c75

Please sign in to comment.