fix lint in challengeModal

This commit is contained in:
Matteo Pagliazzi
2020-02-18 17:26:14 +01:00
parent 79597cc72b
commit 27b9ffb3f2

View File

@@ -577,7 +577,7 @@ export default {
} }
} catch (e) { } catch (e) {
// creating the challenge failed. Most probably due to server-side errors. // creating the challenge failed. Most probably due to server-side errors.
console.error(e); console.error(e); // eslint-disable-line no-console
return; return;
} }