mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
add BOSS_DAMAGE to valid notifications
This commit is contained in:
parent
856f13d213
commit
28e8ec2d2c
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ const NOTIFICATION_TYPES = [
|
|||
'LOGIN_INCENTIVE',
|
||||
'GROUP_INVITE_ACCEPTED',
|
||||
'SCORED_TASK',
|
||||
'BOSS_DAMAGE', // Not used currently but kept to avoid validation errors
|
||||
];
|
||||
|
||||
const Schema = mongoose.Schema;
|
||||
|
|
|
|||
Loading…
Reference in a new issue