style: run format:apply

This commit is contained in:
2026-01-19 01:29:40 -03:00
parent 0cda7dd110
commit f218a2cef9
+1 -2
View File
@@ -80,7 +80,6 @@ export class MixedStream {
autoClose: false,
generateSilence: false
});
}
public getQueue(name: string): StreamQueue {
@@ -96,7 +95,7 @@ export class MixedStream {
completion: Promise<void>;
stop: () => void;
} {
let stopCallback: () => void = () => { };
let stopCallback: () => void = () => {};
const completion = new Promise<void>((resolve) => {
if (this.player.state.status === AudioPlayerStatus.Idle) {
this.setupPipeline();