yarn lint --fix

This commit is contained in:
ogerly 2022-03-15 17:18:32 +01:00
parent baf4f66604
commit 9bd74cb148

View File

@ -65,9 +65,7 @@ export default {
.then(() => { .then(() => {
this.deleteTransactionLink(id) this.deleteTransactionLink(id)
}) })
.catch((err) => { .catch(() => {})
console.log(err)
})
}, },
}, },
} }