mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
chore: update sub-deps and fix lint
This commit is contained in:
@@ -23,7 +23,6 @@ function markNotificationAsRead (user, cardType) {
|
||||
if (indexToRemove !== -1) user.notifications.splice(indexToRemove, 1);
|
||||
}
|
||||
|
||||
|
||||
export default function readCard (user, req = {}) {
|
||||
const cardType = get(req.params, 'cardType');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user