repair: get all notification

This commit is contained in:
2025-11-17 11:14:36 +07:00
parent ac68a380dd
commit ff4176f8f9
3 changed files with 33 additions and 24 deletions

View File

@@ -4,7 +4,6 @@ const {
insertNotificationDb,
updateNotificationDb,
deleteNotificationDb,
handleBrandCodeError // 🧩 tambahkan ini
} = require('../db/notification.db');
const { ErrorHandler } = require('../helpers/error');