Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
damianesteban committed Feb 16, 2022
1 parent 667c13a commit e91295a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/user-service/src/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const start = async () => {
setTimeout(async () => {
console.log('Hello World!!');
await Promise.resolve('foo');
}, 5000);
};

0 comments on commit e91295a

Please sign in to comment.