change users

This commit is contained in:
Max
2025-05-31 19:27:45 +03:00
parent b5f6f6d30f
commit ca4bfdade4

View File

@@ -10,7 +10,7 @@ router.get('/profile', async (req, res) => {
full_name,
avatar_url,
updated_at,
auth.users(phone)
users(phone)
`).eq('id', user_id);
console.log('@@@@@@@@@@@@@@@@@@@@@@@@');
console.log(data);