GWM : merging

This commit is contained in:
Gowtham M 2026-02-03 11:58:22 +05:30
parent 2d4c8f8b11
commit 717b009b9b

View File

@ -26,7 +26,7 @@ class AutomatedSchedulerService {
constructor() { constructor() {
this.isRunning = false; this.isRunning = false;
this.pool = mysql.createPool(dbConfig); this.pool = mysql.createPool(dbConfig);
} }
/** /**
* Fetch the latest entry from quarterly_windows_configuration_master table * Fetch the latest entry from quarterly_windows_configuration_master table