Skip to content

Commit

Permalink
flatend: remove // @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lithdew committed Jun 15, 2020
1 parent 8dd92bb commit f27dfd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodejs/src/flatend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export class Context extends Duplex {
callback();
}

// @ts-ignore
async body(opts: { limit: number } = {limit: 65536}): Promise<Buffer> {
return await (new Promise((resolve, reject) => {
let buffer: Buffer[] = [];
Expand Down

0 comments on commit f27dfd9

Please sign in to comment.