mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
add BOSS_DAMAGE to valid notifications
This commit is contained in:
@@ -17,6 +17,7 @@ const NOTIFICATION_TYPES = [
|
|||||||
'LOGIN_INCENTIVE',
|
'LOGIN_INCENTIVE',
|
||||||
'GROUP_INVITE_ACCEPTED',
|
'GROUP_INVITE_ACCEPTED',
|
||||||
'SCORED_TASK',
|
'SCORED_TASK',
|
||||||
|
'BOSS_DAMAGE', // Not used currently but kept to avoid validation errors
|
||||||
];
|
];
|
||||||
|
|
||||||
const Schema = mongoose.Schema;
|
const Schema = mongoose.Schema;
|
||||||
|
|||||||
Reference in New Issue
Block a user