We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895ac22 commit c14cd4cCopy full SHA for c14cd4c
packages/unraid-api-plugin-connect/src/module/mothership.module.ts
@@ -14,6 +14,7 @@ import { RemoteAccessModule } from './remote-access.module.js';
14
@Module({
15
imports: [RemoteAccessModule],
16
providers: [
17
+ ConnectApiKeyService,
18
MothershipConnectionService,
19
MothershipGraphqlClientService,
20
InternalClientService,
@@ -22,7 +23,6 @@ import { RemoteAccessModule } from './remote-access.module.js';
22
23
TimeoutCheckerJob,
24
CloudService,
25
CloudResolver,
- ConnectApiKeyService,
26
],
27
exports: [],
28
})
0 commit comments