Skip to content

Commit

Permalink
Update dashboard/final-example/app/lib/data.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Kane <m@mk.gg>
  • Loading branch information
delbaoliveira and ascorbic authored Oct 26, 2023
1 parent 1f4c96b commit a980d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/final-example/app/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function fetchRevenue() {
// This is equivalent to in fetch(..., {cache: 'no-store'}).
noStore();
try {
// Artificially delay a reponse for demo purposes.
// Artificially delay a response for demo purposes.
// Don't do this in real life :)

// console.log('Fetching revenue data...');
Expand Down

0 comments on commit a980d6f

Please sign in to comment.