mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 11:19:16 -06:00
- Fix deleteStatusPage method call to use statusPageModule - Change this.db.deleteStatusPage to this.db.statusPageModule.deleteStatusPage - Ensures consistency with other controller methods - Resolves "this.db.deleteStatusPage is not a function" error Fixes bug where status page deletion failed due to incorrect database module reference.