diff --git a/src/atlasComponents/sapi/translateV3.ts b/src/atlasComponents/sapi/translateV3.ts index c204f88f1ca88c22dc2218e6f1f2370a1516a8d4..f30e9d16a5e9fc26e4472ada956e372bc252a48c 100644 --- a/src/atlasComponents/sapi/translateV3.ts +++ b/src/atlasComponents/sapi/translateV3.ts @@ -592,6 +592,7 @@ class TranslateV3 { if (resp.status === 200) { return resp.json() } + // eslint-disable-next-line no-empty } catch (e) { }