mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Fixed linting issues
This commit is contained in:
@@ -131,7 +131,7 @@ function trackCronAnalytics (analytics, user, _progress, options) {
|
|||||||
function awardLoginIncentives (user) {
|
function awardLoginIncentives (user) {
|
||||||
if (user.loginIncentives > 50) return;
|
if (user.loginIncentives > 50) return;
|
||||||
|
|
||||||
//Remove old noitification if it exists
|
// Remove old noitification if it exists
|
||||||
user.notifications
|
user.notifications
|
||||||
.toObject()
|
.toObject()
|
||||||
.find((notif, index) => {
|
.find((notif, index) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user