Skip to content

Commit f1f550b

Browse files
authored
Remove moot comment
1 parent 8630815 commit f1f550b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/core/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ export default class Request extends Duplex implements RequestEvents<Request> {
483483
return;
484484
}
485485

486-
// The `!destroyed` check is required to prevent `uploadProgress` being emitted after the stream was destroyed
487486
if (!error) {
488487
this._bodySize = this._uploadedSize;
489488

0 commit comments

Comments
 (0)