remove chart data

This commit is contained in:
Ben Wilson 2023-07-31 22:58:16 -04:00
parent 24e26f9063
commit 9421b72064

View File

@ -31,7 +31,7 @@ export class AppController {
};
}
const chartData = await this.clientStatisticsService.getChartDataForSite();
const chartData = [];// await this.clientStatisticsService.getChartDataForSite();
//5 min
await this.cacheManager.set(CACHE_KEY, chartData, 5 * 60 * 1000);