🔥 Remove references to mock data

This commit is contained in:
Marcell Fülöp
2022-06-19 16:20:16 +00:00
parent 4b930939c7
commit db0fc0454d
6 changed files with 0 additions and 15 deletions

View File

@@ -58,7 +58,6 @@
<script>
import WidgetMixin from '@/mixins/WidgetMixin';
import NextcloudMixin from '@/mixins/NextcloudMixin';
// //import { NcdServer } from '@/utils/ncd';
/**
* NextcloudStats widget - Shows statistics about Nextcloud usage
@@ -130,7 +129,6 @@ export default {
fetchData() {
if (!this.hasValidCredentials()) return;
this.makeRequest(this.endpoint('serverinfo'), this.headers)
// //Promise.resolve(NcdServer)
.then(this.processServerInfo)
.finally(this.finishLoading);
},