Skip to content

Commit c14cd4c

Browse files
committed
fix: connect api key service import order
1 parent 895ac22 commit c14cd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unraid-api-plugin-connect/src/module/mothership.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { RemoteAccessModule } from './remote-access.module.js';
1414
@Module({
1515
imports: [RemoteAccessModule],
1616
providers: [
17+
ConnectApiKeyService,
1718
MothershipConnectionService,
1819
MothershipGraphqlClientService,
1920
InternalClientService,
@@ -22,7 +23,6 @@ import { RemoteAccessModule } from './remote-access.module.js';
2223
TimeoutCheckerJob,
2324
CloudService,
2425
CloudResolver,
25-
ConnectApiKeyService,
2626
],
2727
exports: [],
2828
})

0 commit comments

Comments
 (0)