convert private field to constructor param
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user