fix: disable eslint on one line

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-12-02 15:48:55 +00:00
parent 0d7e344ca3
commit 997a0a433f

View File

@@ -88,6 +88,7 @@ export default {
try {
const hash = await api.checksum(link, algo)
// eslint-disable-next-line
event.target.innerHTML = hash
} catch (e) {
this.$showError(e)