diff --git a/frontend/app/store/global.ts b/frontend/app/store/global.ts index 01e0196b8..c3216cd83 100644 --- a/frontend/app/store/global.ts +++ b/frontend/app/store/global.ts @@ -222,6 +222,9 @@ waveobjUpdateSubject.subscribe((msg: WSEventType) => { WOS.updateWaveObject(update); }); +/** + * Get the preload api. + */ function getApi(): ElectronApi { return (window as any).api; }