Papercuts (#472)

This commit is contained in:
Delba de Oliveira
2023-11-20 15:50:11 +00:00
committed by GitHub
parent 9d8df63d7e
commit 10684e2468
3 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export async function fetchRevenue() {
const data = await sql<Revenue>`SELECT * FROM revenue`;
// console.log('Data fetch complete after 3 seconds.');
// console.log('Data fetch completed after 3 seconds.');
return data.rows;
} catch (error) {