convert private field to constructor param

This commit is contained in:
Hazelnoot 2025-02-04 09:13:03 -05:00
parent 878b4d3899
commit 21667a0422

View file

@ -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,