Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Dec 4, 2024
1 parent 33cbaca commit cce2a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NativeInstallHelper } from './NativeInstallHelper'
import System from './System'

// API Handlers
const apiHandlerFactory = new APIHandlerFactory() // eslint-disable-line @typescript-eslint/no-unused-vars
const apiHandlerFactory = new APIHandlerFactory()
apiHandlerFactory.start()

// IPC helpers
Expand Down

0 comments on commit cce2a12

Please sign in to comment.