mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
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:
commit
4c50a5a835
@ -89,7 +89,6 @@ export default {
|
||||
this.$apollo
|
||||
.query({
|
||||
query: communityStatistics,
|
||||
fetchPolicy: 'network-only',
|
||||
})
|
||||
.then((result) => {
|
||||
this.statistics.totalUsers = result.data.communityStatistics.totalUsers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user