Skip to content

Commit 446ea25

Browse files
committed
fix linter warning
1 parent 4b0489e commit 446ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/legendary/games.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { GameConfig } from '../game_config'
1414
import { GlobalConfig } from '../config'
1515
import { LegendaryLibrary } from './library'
1616
import { LegendaryUser } from './user'
17-
import { execAsync, getLegendaryBin, isOnline, killPattern } from '../utils'
17+
import { execAsync, getLegendaryBin, killPattern } from '../utils'
1818
import {
1919
heroicGamesConfigPath,
2020
userHome,

0 commit comments

Comments
 (0)