fix: disable eslint on one line

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/928/head
Henrique Dias 2019-12-02 15:48:55 +00:00
parent 0d7e344ca3
commit 997a0a433f
No known key found for this signature in database
GPG Key ID: EE928B18BCFBF9A9
1 changed files with 1 additions and 0 deletions

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)