Commit 35e80ffa authored by duanjinfei's avatar duanjinfei

fix crawl data of async

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