Commit 6c63d906 by jaymehta

.

1 parent 06ca6cdd
...@@ -178,7 +178,7 @@ module.exports = createCoreController("api::experience.experience", () => ({ ...@@ -178,7 +178,7 @@ module.exports = createCoreController("api::experience.experience", () => ({
}; };
const updatedExperience = await strapi const updatedExperience = await strapi
.query("api::experience.experience") .query("api::experience.experience")
.update({ id }, data); .update({ id }, {data});
// const activity = await strapi.entityService.update( // const activity = await strapi.entityService.update(
// "api::experience.experience", // "api::experience.experience",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!