mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-27 02:02:10 +01:00
remove chart data
This commit is contained in:
parent
24e26f9063
commit
9421b72064
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user