mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Fix reply type in bs-launcher-ipcs.ts
This commit is contained in:
@@ -34,7 +34,7 @@ ipc.on<void>("restore-original-oculus-folder", (_, reply) => {
|
||||
|
||||
ipc.on<boolean>("have-been-updated", (_, reply) => {
|
||||
const updaterService = AutoUpdaterService.getInstance();
|
||||
reply(of(updaterService.getHaveBeenUpdated()));
|
||||
reply(from(updaterService.getHaveBeenUpdated()));
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user