Commit bec1aab6 authored by duanjinfei's avatar duanjinfei

add log print

parent 610e1cbf
...@@ -150,6 +150,7 @@ async function getTonAppInfo(supabase) { ...@@ -150,6 +150,7 @@ async function getTonAppInfo(supabase) {
category_id: categoryInfo.id category_id: categoryInfo.id
}; };
console.log("insert app name", insertApp.name);
appsToInsert.push(insertApp); appsToInsert.push(insertApp);
} }
} }
......
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