Github build break.

This commit is contained in:
Robin Davies
2024-08-20 20:38:45 -04:00
parent 73fe00ee8d
commit a438c0ae33
+1 -1
View File
@@ -618,7 +618,7 @@ export class PiPedalModel //implements PiPedalModel
this.showAlert(body as string); this.showAlert(body as string);
} }
else if (message = "onLv2PluginsChanging") else if (message === "onLv2PluginsChanging")
{ {
this.onLv2PluginsChanging(); this.onLv2PluginsChanging();
} }