fix: disable eslint on one line
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>pull/928/head
parent
0d7e344ca3
commit
997a0a433f
|
@ -88,6 +88,7 @@ export default {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const hash = await api.checksum(link, algo)
|
const hash = await api.checksum(link, algo)
|
||||||
|
// eslint-disable-next-line
|
||||||
event.target.innerHTML = hash
|
event.target.innerHTML = hash
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.$showError(e)
|
this.$showError(e)
|
||||||
|
|
Loading…
Reference in New Issue