fix: remove telegram module (moved to separate repo) and fix ESLint

- Remove src/telegram/* (moved to pezkuwi-telegram-miniapp repo)
- Fix unused variable in process-withdraw Edge Function
This commit is contained in:
2026-01-29 03:45:01 +03:00
parent 7636d46c7d
commit 6da3c5b88c
12 changed files with 1 additions and 2711 deletions
@@ -386,7 +386,7 @@ serve(async (req) => {
}
// Success! Complete the withdrawal using database function
const { data: completeResult, error: completeError } = await serviceClient
const { error: completeError } = await serviceClient
.rpc('complete_withdraw', {
p_user_id: user.id,
p_token: token,