Skip to content

Commit

Permalink
Removed unnecessary _flush method from api device response parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurczewski committed Dec 21, 2024
1 parent 06bebb8 commit 55bf8d5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,4 @@ export class ApiDeviceResponseParser extends Transform {
}
callback()
}

_flush(callback: TransformCallback) {
if (this.isFullResponse()) {
this.sendResponse(this.buffer)
}
callback()
}
}

0 comments on commit 55bf8d5

Please sign in to comment.