Skip to content

Commit

Permalink
style(fix): fix linter errors (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfprod authored Jun 11, 2024
1 parent caf265c commit 0ab89ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/client/src/app/client.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ import { AppRootComponent } from './components/root.component';
schemas: [CUSTOM_ELEMENTS_SCHEMA],
})
export class AppClientModule {
constructor(
private readonly store: Store<IDiagnosticsState>,
) {
constructor(private readonly store: Store<IDiagnosticsState>) {
this.store.dispatch(diagnosticsAction.connect());
}
}

0 comments on commit 0ab89ad

Please sign in to comment.