Skip to content

Commit

Permalink
temp logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rappix committed Aug 6, 2024
1 parent cc8ce6a commit 421c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/ccMarketplace/kyc/kyc-approval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ router.get('/kyc/callback', async (req: Request, res: Response) => {
// step 2: get user information from fractal api
const user = await getUserInformation(access_token);

logger.info(user)
logger.info(JSON.stringify(user))

// step 3: save data to db
user.wallets.map(async (wallet) => {
Expand Down

0 comments on commit 421c744

Please sign in to comment.