convert private field to constructor param
This commit is contained in:
parent
878b4d3899
commit
21667a0422
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class ChartManagementService implements OnApplicationShutdown {
|
||||||
private perUserFollowingChart: PerUserFollowingChart,
|
private perUserFollowingChart: PerUserFollowingChart,
|
||||||
private perUserDriveChart: PerUserDriveChart,
|
private perUserDriveChart: PerUserDriveChart,
|
||||||
private apRequestChart: ApRequestChart,
|
private apRequestChart: ApRequestChart,
|
||||||
private chartLoggerService: ChartLoggerService,
|
chartLoggerService: ChartLoggerService,
|
||||||
) {
|
) {
|
||||||
this.charts = [
|
this.charts = [
|
||||||
this.federationChart,
|
this.federationChart,
|
||||||
|
|
Loading…
Add table
Reference in a new issue