mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: lint issues
This commit is contained in:
@@ -21,7 +21,6 @@ import { ConnectResolver } from './connect/connect.resolver';
|
|||||||
import { ConnectService } from './connect/connect.service';
|
import { ConnectService } from './connect/connect.service';
|
||||||
import { idPrefixPlugin } from '@app/unraid-api/graph/id-prefix-plugin';
|
import { idPrefixPlugin } from '@app/unraid-api/graph/id-prefix-plugin';
|
||||||
|
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
imports: [
|
imports: [
|
||||||
ResolversModule,
|
ResolversModule,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { ApolloServerPlugin } from "@apollo/server";
|
import { type ApolloServerPlugin } from "@apollo/server";
|
||||||
import { getServerIdentifier } from "@app/core/utils/server-identifier";
|
import { getServerIdentifier } from "@app/core/utils/server-identifier";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user