Commit 014fb18d by jaymehta

.

1 parent b19cfda0
......@@ -305,7 +305,7 @@ module.exports = createCoreController("api::experience.experience", () => ({
responseData["categories"] = categories?.map((item) => {
return { id: item.id, name: item.name };
});
responseData["categories"] = []
responseData["activities"] = activities?.map((item) => {
return { id: item.id, name: item.name };
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!