fix: reminder monthly in db device
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user