fix: method name

This commit is contained in:
Barış Soner Uşaklı
2026-03-30 18:32:40 -04:00
parent 2612340bc9
commit e15b7ff7f8

View File

@@ -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);
}
}