diff --git a/src/main/ipcs/bs-launcher-ipcs.ts b/src/main/ipcs/bs-launcher-ipcs.ts index 203cffd3..d60ba476 100644 --- a/src/main/ipcs/bs-launcher-ipcs.ts +++ b/src/main/ipcs/bs-launcher-ipcs.ts @@ -34,7 +34,7 @@ ipc.on("restore-original-oculus-folder", (_, reply) => { ipc.on("have-been-updated", (_, reply) => { const updaterService = AutoUpdaterService.getInstance(); - reply(of(updaterService.getHaveBeenUpdated())); + reply(from(updaterService.getHaveBeenUpdated())); });