mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -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 { idPrefixPlugin } from '@app/unraid-api/graph/id-prefix-plugin';
|
||||
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
ResolversModule,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ApolloServerPlugin } from "@apollo/server";
|
||||
import { type ApolloServerPlugin } from "@apollo/server";
|
||||
import { getServerIdentifier } from "@app/core/utils/server-identifier";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user