Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix types on update
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Nov 13, 2023
1 parent 305a967 commit 274454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/apps/desktop/src/update.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import updateApp from 'update-electron-app'
import {updateElectronApp} from 'update-electron-app'

export function setupUpdates() {
// We delay this work by 1s to ensure that the
// app doesn't have to worry about updating during launch
setTimeout(() => {
updateApp({
updateElectronApp({
repo: 'MintterHypermedia/mintter',
updateInterval: '1 hour',
})
Expand Down

0 comments on commit 274454f

Please sign in to comment.