Commit 6df8ae57 authored by duanjinfei's avatar duanjinfei

add log print

parent 8187cc70
...@@ -130,6 +130,10 @@ async function getTonAppInfo(supabase) { ...@@ -130,6 +130,10 @@ async function getTonAppInfo(supabase) {
apps apps
} = data.pageProps.category; } = data.pageProps.category;
console.log(
"crawl app data length:", apps.length
);
if (!apps || apps.length == 0) { if (!apps || apps.length == 0) {
continue continue
} }
......
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