Skip to content

Commit

Permalink
fix: notify import (#1036)
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
  • Loading branch information
hacdias authored Aug 15, 2019
1 parent 39fc95a commit 05e5edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auto-updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { autoUpdater } from 'electron-updater'
import i18n from 'i18next'
import quitAndInstall from './quit-and-install'
import logger from '../common/logger'
import notify from '../common/notify'
import { notify } from '../common/notify'

let userRequested = false

Expand Down

0 comments on commit 05e5edb

Please sign in to comment.