bugs cleared for the testing purpose

This commit is contained in:
2025-06-02 16:48:44 +05:30
parent 17727c1281
commit 09ea99098f
41 changed files with 117 additions and 163 deletions

View File

@@ -43,6 +43,7 @@ export const AddWidgetController = async (
res.status(404).json({
message: "Zone not found",
});
break;
case "panelName not found":
res.status(404).json({
message: "panelName not found",
@@ -179,11 +180,6 @@ export const WidgetUpdateController = async (
message: "Project not found",
});
break;
case "Project not found":
res.status(404).json({
message: "Project not found",
});
break;
case "Zone not found for the zoneId":
res.status(404).json({
message: "Zone not found for the zoneId",
@@ -247,11 +243,6 @@ export const GetWidgetController = async (
message: "Project not found",
});
break;
case "Project not found":
res.status(404).json({
message: "Project not found",
});
break;
case "Zone not found for the zoneId":
res.status(404).json({
message: "Zone not found for the zoneId",