fix: edge case creation of og

This commit is contained in:
2026-05-26 12:36:11 +05:30
parent 3af6401429
commit 5aae2824ef
+2 -2
View File
@@ -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,