Browse Source

remove double `heartbeat`

Jeffrey Morgan 1 year ago
parent
commit
840f87430a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/src/index.ts

+ 0 - 2
app/src/index.ts

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