diff --git a/README.md b/README.md index bd83da7..74a5b1d 100644 --- a/README.md +++ b/README.md @@ -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