Commit eafcaf6f authored by duanjinfei's avatar duanjinfei

fix

parent 13873e11
......@@ -115,8 +115,6 @@ async function cleanupStorage(supabase: any, bucketName: string, category: 'app-
}
}
// 主逻辑处理
Deno.serve(async (req) => {
if (req.method === "OPTIONS") {
......
......@@ -169,7 +169,6 @@ Deno.serve(async (req) => {
Deno.env.get('SUPABASE_ANON_KEY') ?? '',
{ global: { headers: { Authorization: req.headers.get('Authorization')! } } }
);
try {
let insertLen = await getTonAppInfo()
console.log("insertLen:", insertLen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment