mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
fix: disable eslint on one line
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
0d7e344ca3
commit
997a0a433f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user