aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/UploadVoter.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/UploadVoter.vue b/src/components/UploadVoter.vue
index b929a45..5b67a2e 100644
--- a/src/components/UploadVoter.vue
+++ b/src/components/UploadVoter.vue
@@ -45,10 +45,6 @@
},
computed: {
myVote () {
- if (!this.upload.voting.vote) {
- let that = this
- this.$http.get(`/uploads/${this.upload.id}/vote`).then((response) => { this.upload.voting.vote = response.data })
- }
return this.upload.voting.vote
},
},