fix typos

This commit is contained in:
Alex Holliday
2025-01-20 11:02:55 -08:00
parent 9f43336a03
commit 792b51b488
5 changed files with 8 additions and 9 deletions
-1
View File
@@ -105,7 +105,6 @@ class MonitorController {
try {
const monitorStats = await this.db.getMonitorStatsById(req);
return res.success({
success: true,
msg: successMessages.MONITOR_STATS_BY_ID,
data: monitorStats,
});