mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
chore: fix leftover eslint exceptions
This commit is contained in:
@@ -85,6 +85,5 @@ export class AudioReceiveStream extends Readable {
|
||||
this.endTimeout = setTimeout(() => this.push(null), end.duration);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
public override _read() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user