diff --git a/backend/src/controllers/doctor.controller.js b/backend/src/controllers/doctor.controller.js index e086e53..6aaf948 100644 --- a/backend/src/controllers/doctor.controller.js +++ b/backend/src/controllers/doctor.controller.js @@ -443,9 +443,9 @@ export const updateDoctor = async (req, res) => { const seo = await prisma.seo.create({ data: { ogImage, + metaDescription, seoTitle, - metaDescription, - metaDescription, + ogDescription, ogTitle, focusKeyphrase, slug: slug ? slug : null,