Skip to content

Commit

Permalink
Use correct event label
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano-perez-rodriguez committed Jun 5, 2024
1 parent 4e17109 commit 6fe3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ export class VMImplementation implements VM {
return new Promise<boolean>((resolve: Resolution<boolean>, reject: Rejection): void => {
validateEnclosure(enclosure);
try {
this.#castEvent(`${enclosure}:muteEnclosure`);
this.#castEvent(`${enclosure}:mute`);
this.#assertRunning();

this.#postMuteMessage(
Expand Down

0 comments on commit 6fe3e07

Please sign in to comment.