mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 06:47:55 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user