style: run format:apply
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user