Add logging for user lookup requests to enhance debugging
This commit is contained in:
parent
3771fc5e4c
commit
68fd3a1319
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export default async function handler(req, res) {
|
|||
return res.status(403).json({ message: 'Unauthorized' });
|
||||
}
|
||||
|
||||
console.log('requestingUser', requestingUser.username, requestingUser.accountId, username);
|
||||
let targetUser;
|
||||
let searchType = null; // Track how we found the user
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue