Skip to content
Snippets Groups Projects
Unverified Commit d1cf0c79 authored by syuilo's avatar syuilo
Browse files

Clean up

parent 84218abf
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@ export default define(meta, () => new Promise(async (res, rej) => {
stats.driveUsageLocal = driveStats.local.totalSize[0];
stats.driveUsageRemote = driveStats.remote.totalSize[0];
console.log(driveStats);
const federationStats = await federationChart.getChart('hour', 1);
stats.instances = federationStats.instance.total[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment