fix: og title description
This commit is contained in:
@@ -354,6 +354,8 @@ export const updateDoctor = async (req, res) => {
|
||||
professionalSummary,
|
||||
seoTitle,
|
||||
metaDescription,
|
||||
ogTitle,
|
||||
ogDescription,
|
||||
focusKeyphrase,
|
||||
slug,
|
||||
tags,
|
||||
@@ -429,6 +431,8 @@ export const updateDoctor = async (req, res) => {
|
||||
data: {
|
||||
seoTitle,
|
||||
metaDescription,
|
||||
ogTitle,
|
||||
ogDescription,
|
||||
ogImage,
|
||||
focusKeyphrase,
|
||||
slug: slug ? slug : null,
|
||||
@@ -441,6 +445,8 @@ export const updateDoctor = async (req, res) => {
|
||||
ogImage,
|
||||
seoTitle,
|
||||
metaDescription,
|
||||
metaDescription,
|
||||
ogTitle,
|
||||
focusKeyphrase,
|
||||
slug: slug ? slug : null,
|
||||
tags: tags || [],
|
||||
|
||||
Reference in New Issue
Block a user