Improve logs for embed

This commit is contained in:
lowlighter
2021-05-12 12:21:38 +02:00
parent 152ddd3c21
commit 97254275e8
2 changed files with 3 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ export default async function({login, graphql, data, q, queries, imports}, conf)
}
//Success
console.debug(`metrics/compute/${login}/base > graphql query > account ${account} > success`)
console.debug(data)
console.debug(data.user)
return {}
}
catch (error) {