mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix lint in challengeModal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user