We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457934c commit 2a01950Copy full SHA for 2a01950
supabase/functions/withdrawRequest/index.ts
@@ -80,6 +80,7 @@ Deno.serve(async (req) => {
80
headers: {
81
...headers
82
}
83
+ });
84
85
86
let fee: number = 0;
0 commit comments