Skip to content

Commit

Permalink
add missing imports in external controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay committed Dec 7, 2023
1 parent 8507740 commit f271039
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion controllers/external.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ const {
TikTokProfile,
UserExternalWallet
} = require('../model/index')

const {
verifyYoutube,
verifyFacebook,
verifyInsta,
verifyTwitter,
verifyLinkedin,
verifytiktok,
updateFacebookPages,
verifyThread,
} = require('../manager/oracles')

exports.createUserFromExternalWallet = async (req, res) =>{
try {
Expand Down

0 comments on commit f271039

Please sign in to comment.