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