fix: reminder monthly in db device

This commit is contained in:
2026-07-08 11:47:11 +07:00
parent 1c56239fc8
commit a52efeceb5
2 changed files with 4 additions and 5 deletions

View File

@@ -614,7 +614,7 @@ class NotifikasiWaService {
}
async onMonthlyReminder(deviceId, reminderMonthly, period) {
async onMonthlyReminder(deviceId, reminderMonthly) {
try {
const paramDb = {
@@ -1179,7 +1179,7 @@ class NotifikasiWaService {
`Diberitahukan bahwa terdapat sparepart pada device "${deviceName}" ` +
`yang telah memasuki jadwal perawatan.\n\n` +
`Silakan segera lakukan pengecekan dan perawatan untuk memastikan kinerja tetap optimal.\n\n` +
`Detail Periode Perawatan:\n` +
`Detaile Perawatan:\n` +
`Start Date: ${startDateObj.format('DD-MM-YYYY HH:mm')}\n` +
`End Date: ${endDateObj.format('DD-MM-YYYY HH:mm')}\n`