delete fetchPolicy: 'network-only' from getCommunityStatistics

This commit is contained in:
ogerly 2022-08-23 11:57:23 +02:00
parent f04e99cc48
commit 2eecd472b4

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