Skip to content

Commit

Permalink
refactor: remove unnecessary/silly ts-ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Feb 22, 2024
1 parent 2af561a commit 02f703c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ export abstract class OTLPGRPCExporterNodeBase<
}

const converted = this.convert(objects);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore TODO: no time for type stuff, it will work, trust me (TM) - that's what TM stands for lol.
const data = this._serializer.serializeRequest(converted);

if (data == null) {
Expand Down

0 comments on commit 02f703c

Please sign in to comment.