remove double heartbeat

This commit is contained in:
Jeffrey Morgan 2023-07-08 13:30:27 -04:00
parent 660dee7005
commit 840f87430a

View file

@ -183,8 +183,6 @@ async function heartbeat() {
}) })
} }
heartbeat()
if (app.isPackaged) { if (app.isPackaged) {
heartbeat() heartbeat()
autoUpdater.checkForUpdates() autoUpdater.checkForUpdates()