Commit 1aa8e5ca authored by duanjinfei's avatar duanjinfei

fix crawl data

parent a3ef5242
......@@ -170,7 +170,7 @@ Deno.serve(async (req) => {
{ global: { headers: { Authorization: req.headers.get('Authorization')! } } }
);
try {
EdgeRuntime.waitUntil(getTonAppInfo())
EdgeRuntime.waitUntil(getTonAppInfo(supabase))
return new Response(
JSON.stringify({
......
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