Commit 35e80ffa authored by duanjinfei's avatar duanjinfei

fix crawl data of async

parent 6367f9a3
...@@ -170,8 +170,7 @@ Deno.serve(async (req) => { ...@@ -170,8 +170,7 @@ Deno.serve(async (req) => {
{ global: { headers: { Authorization: req.headers.get('Authorization')! } } } { global: { headers: { Authorization: req.headers.get('Authorization')! } } }
); );
try { try {
let insertLen = await getTonAppInfo() EdgeRuntime.waitUntil(getTonAppInfo())
console.log("insertLen:", insertLen);
return new Response( return new Response(
JSON.stringify({ 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