feat: update guard time schedule

pull/169/head
Firman Ramdhani 2025-07-07 17:25:37 +07:00
parent d7ccf71f6f
commit 9e52e35612
1 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,6 @@ export class DataSchedulingManager {
new DataSchedulingChangeStatusEvent({ data: activeSchedule } as any), new DataSchedulingChangeStatusEvent({ data: activeSchedule } as any),
); );
return { message: 'Berhasil setup transaction scheduling.' }; return { message: 'Success setup transaction schedule.' };
} }
} }