Commit eafcaf6f authored by duanjinfei's avatar duanjinfei

fix

parent 13873e11
...@@ -115,8 +115,6 @@ async function cleanupStorage(supabase: any, bucketName: string, category: 'app- ...@@ -115,8 +115,6 @@ async function cleanupStorage(supabase: any, bucketName: string, category: 'app-
} }
} }
// 主逻辑处理 // 主逻辑处理
Deno.serve(async (req) => { Deno.serve(async (req) => {
if (req.method === "OPTIONS") { if (req.method === "OPTIONS") {
......
...@@ -169,7 +169,6 @@ Deno.serve(async (req) => { ...@@ -169,7 +169,6 @@ Deno.serve(async (req) => {
Deno.env.get('SUPABASE_ANON_KEY') ?? '', Deno.env.get('SUPABASE_ANON_KEY') ?? '',
{ global: { headers: { Authorization: req.headers.get('Authorization')! } } } { global: { headers: { Authorization: req.headers.get('Authorization')! } } }
); );
try { try {
let insertLen = await getTonAppInfo() let insertLen = await getTonAppInfo()
console.log("insertLen:", insertLen); 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