Merge pull request #2159 from gradido/2157-remove-fetchPolicy-network-only-from-statistics

chore: 🍰 Remove Fetch Policy Network Only From Statistics
This commit is contained in:
Alexander Friedland 2022-08-25 09:53:51 +02:00 committed by GitHub
commit 4c50a5a835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,6 @@ export default {
this.$apollo
.query({
query: communityStatistics,
fetchPolicy: 'network-only',
})
.then((result) => {
this.statistics.totalUsers = result.data.communityStatistics.totalUsers