Skip to content

Commit

Permalink
additional lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 3, 2024
1 parent ac9acf5 commit 0e660f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shell/src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import updater from 'electron-updater'
import { createLogger } from './log'
import { getConfig } from './config'
import { UI_INITIALIZED, UPDATE_VALUE } from './constants'
import type { UpdateInfo } from '@opentrons/app'
import type { UpdateInfo } from '@opentrons/app/src/redux/shell/types'
import type { Action, Dispatch, PlainError } from './types'

const autoUpdater = updater.autoUpdater
Expand Down

0 comments on commit 0e660f1

Please sign in to comment.