remove error throw

This commit is contained in:
Alex Holliday
2025-02-11 07:16:43 -08:00
parent eb8901f5ac
commit 1b5c01eeeb

View File

@@ -95,6 +95,7 @@ class StatusPageController {
try {
const teamId = req.params.teamId;
const statusPages = await this.db.getStatusPagesByTeamId(teamId);
return res.success({
msg: successMessages.STATUS_PAGE_BY_TEAM_ID,
data: statusPages,