try to change adf core autoamtion service init

This commit is contained in:
eromano
2023-07-24 16:40:10 +02:00
parent c764e11938
commit 20cfe3ed93
3 changed files with 7 additions and 4 deletions

View File

@@ -145,7 +145,6 @@ import { UserInfoComponent } from './components/app-layout/user-info/user-info.c
bootstrap: [AppComponent]
})
export class AppModule {
constructor(automationService: CoreAutomationService) {
automationService.setup();
constructor() {
}
}