From 2a594ef8cef9c38d259dcd1f02c78dadbde4ba15 Mon Sep 17 00:00:00 2001 From: David Nahodyl Date: Mon, 10 Jun 2024 10:23:21 -0400 Subject: [PATCH] docs - removed sleep --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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