Skip to content

Commit b77a276

Browse files
committed
chore: lint
1 parent 3e908f0 commit b77a276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/src/unraid-api/graph/resolvers/array/array.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ import { AppError } from '@app/core/errors/app-error.js';
77
import { ArrayRunningError } from '@app/core/errors/array-running-error.js';
88
import { getArrayData } from '@app/core/modules/array/get-array-data.js';
99
import { emcmd } from '@app/core/utils/clients/emcmd.js';
10+
import { arrayIsRunning as arrayIsRunningUtil } from '@app/core/utils/index.js';
1011
import {
1112
ArrayPendingState,
1213
ArrayState,
1314
ArrayStateInputState,
1415
} from '@app/graphql/generated/api/types.js';
15-
import { getters } from '@app/store/index.js';
16-
import { arrayIsRunning as arrayIsRunningUtil } from '@app/core/utils/index.js';
1716

1817
@Injectable()
1918
export class ArrayService {

0 commit comments

Comments
 (0)