diff --git a/docs/wait-for-token.mdx b/docs/wait-for-token.mdx index 4f5a8faedd..9e050a3430 100644 --- a/docs/wait-for-token.mdx +++ b/docs/wait-for-token.mdx @@ -263,24 +263,6 @@ Wait for a token to be completed. The token to wait for. - - Options for the wait. - - - - If set to true, this will cause the waitpoint to release the current run from the queue's concurrency. - - This is useful if you want to allow other runs to execute while waiting - - Note: It's possible that this run will not be able to resume when the waitpoint is complete if this is set to true. - It will go back in the queue and will resume once concurrency becomes available. - - The default is `false`. - - - - - ### returns The `forToken` function returns a result object with the following properties: