mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00:00
Linting.
This commit is contained in:
parent
e45f7fe877
commit
fbc4889ece
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const mediaUpload = {
|
||||||
self.decreaseUploadCount()
|
self.decreaseUploadCount()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
decreaseUploadCount() {
|
decreaseUploadCount () {
|
||||||
this.uploadCount--
|
this.uploadCount--
|
||||||
if (this.uploadCount === 0) {
|
if (this.uploadCount === 0) {
|
||||||
this.$emit('all-uploaded')
|
this.$emit('all-uploaded')
|
||||||
|
|
Loading…
Reference in a new issue