Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jan 3, 2025
1 parent 08c5259 commit 9b0b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/greeting-guestbook/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Guestbook {
for (let i = 0; i < 5; i++) {
console.log("Press Control + C to stop the app...");
await DBOS.sleep(1000);
}
}
await Guestbook.insertGreeting(name);
return `Thank you for being awesome, ${name}!`;
}
Expand Down

0 comments on commit 9b0b872

Please sign in to comment.