mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
fix lint in challengeModal
This commit is contained in:
parent
79597cc72b
commit
27b9ffb3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ export default {
|
|||
}
|
||||
} catch (e) {
|
||||
// creating the challenge failed. Most probably due to server-side errors.
|
||||
console.error(e);
|
||||
console.error(e); // eslint-disable-line no-console
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue