more stats

This commit is contained in:
Elijah McMorris 2024-02-16 04:52:06 -08:00
parent 0779aa6199
commit c552d0dc8f
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 88 additions and 4 deletions

View file

@ -10,8 +10,6 @@ export async function querydb() {
limit 50;
`);
// @ts-ignore
console.log(stats);
return stats;
} catch (e) {
return;