Skip to content
Snippets Groups Projects
Commit 9bf3c753 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 3e1c24e3
No related branches found
No related tags found
No related merge requests found
......@@ -592,6 +592,7 @@ class TranslateV3 {
if (resp.status === 200) {
return resp.json()
}
// eslint-disable-next-line no-empty
} catch (e) {
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment