mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-09 06:55:12 +00:00
Papercuts (#472)
This commit is contained in:
committed by
GitHub
parent
9d8df63d7e
commit
10684e2468
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user