Skip to content

Commit

Permalink
fix verify link with oracle facebook (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Dec 11, 2023
2 parents afb3dcd + c47d1da commit 77a48df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/external.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ module.exports.externalVerifyLink = async (req, response) => {
{ UserId: userId },
{ accessToken: 1 }
).lean()
await updateFacebookPages(userId, fbProfile.accessToken, false)
let fbPage = await FbPage.findOne(
{
UserId: userId,
Expand Down

0 comments on commit 77a48df

Please sign in to comment.