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, full_name,
avatar_url, avatar_url,
updated_at, updated_at,
auth.users(phone) users(phone)
`).eq('id', user_id); `).eq('id', user_id);
console.log('@@@@@@@@@@@@@@@@@@@@@@@@'); console.log('@@@@@@@@@@@@@@@@@@@@@@@@');
console.log(data); console.log(data);