mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 06:56:18 +02:00
fix: method name
This commit is contained in:
@@ -121,7 +121,7 @@ define('notifications', [
|
||||
}
|
||||
}).catch(alerts.error);
|
||||
} else {
|
||||
api.delete(`/notifications/${nid}/read`).then(callback).catch(alerts.error);
|
||||
api.del(`/notifications/${nid}/read`).then(callback).catch(alerts.error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user