We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3cf7e commit 75c92b8Copy full SHA for 75c92b8
1 file changed
packages/feathers-import-export/src/import.js
@@ -16,7 +16,7 @@ class ServiceWriteStream extends Writable {
16
this.objectCount = 0
17
}
18
19
- async _write (chunk, encoding, next) {
+ _write (chunk, encoding, next) {
20
this.chunkCount++
21
this.objectCount += Array.isArray(chunk) ? chunk.length : 1
22
const process = async () => {
0 commit comments