feature/worker #111

Merged
primakov merged 190 commits from feature/worker into master 2025-12-05 16:59:42 +03:00
Showing only changes of commit ca4bfdade4 - Show all commits

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);