fix method name

This commit is contained in:
Alex Holliday
2025-01-09 10:42:01 -08:00
parent d76f02ba51
commit e8aecb4041
+1 -1
View File
@@ -508,7 +508,7 @@ class MonitorController {
data: monitors,
});
} catch (error) {
next(handleError(error, SERVICE_NAME, "getMonitorsForDisplay"));
next(handleError(error, SERVICE_NAME, "getMonitorsByTeamId"));
}
};
}