Refresh my activities periodically

This commit is contained in:
Ramon Wenger 2019-12-19 11:35:47 +01:00
parent ddf3bde076
commit 64db0487ca
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
query: MY_ACTIVITY_QUERY,
update(data) {
return this.$getRidOfEdges(data).myActivity;
}
},
pollInterval: 5000,
}
},