repair: resend chat all user & by user

This commit is contained in:
2026-01-04 19:20:43 +07:00
parent bedc948a74
commit 3eb403c557
7 changed files with 132 additions and 19 deletions

View File

@@ -91,7 +91,7 @@ class NotificationErrorUserService {
}
}
static async resendNotification(id, contact_phone) {
static async resendNotificationByUser(id, contact_phone) {
try {
const dataExist = await getNotificationErrorUserByIdDb(id);