Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ploca14 committed Nov 24, 2023
1 parent fb52341 commit 80c1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/api/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default defineEventHandler((event) => {
// Wait 120 seconds before console logging
console.log("Waiting 120 seconds...");
setTimeout(() => {
console.log("Done waiting!";
console.log("Done waiting!");
}, 120000);
});

0 comments on commit 80c1449

Please sign in to comment.