Skip to content

Commit

Permalink
docs - removed sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jun 10, 2024
1 parent 753abda commit 2a594ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ export default definePrecognitionEventHandler(todoRequestSchema, async (event) =
// ...
// ...
})

function sleep(ms: number) {
return new Promise(resolve => setTimeout(resolve, ms))
}

```

### The getValidatedInput() utlity function
Expand Down

0 comments on commit 2a594ef

Please sign in to comment.