From 840f87430a216967132e5131345cff9ca39b7606 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 8 Jul 2023 13:30:27 -0400 Subject: [PATCH] remove double `heartbeat` --- app/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/index.ts b/app/src/index.ts index 8b571a38..19115e9d 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -183,8 +183,6 @@ async function heartbeat() { }) } -heartbeat() - if (app.isPackaged) { heartbeat() autoUpdater.checkForUpdates()