Skip to content

Commit 5d642a7

Browse files
committed
update JSDoc
1 parent 3911c2d commit 5d642a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/lib/cloud/cy-prompt/ensure_cy_prompt_bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ interface EnsureCyPromptBundleOptions {
1919
* @param options.cyPromptPath - The path to extract the cy prompt bundle to
2020
* @param options.cyPromptUrl - The URL of the cy prompt bundle
2121
* @param options.projectId - The project ID of the cy prompt bundle
22+
* @param options.downloadTimeoutMs - The timeout for the cy prompt bundle download
2223
*/
2324
export const ensureCyPromptBundle = async ({ cyPromptPath, cyPromptUrl, projectId, downloadTimeoutMs = DOWNLOAD_TIMEOUT }: EnsureCyPromptBundleOptions) => {
2425
const bundlePath = path.join(cyPromptPath, 'bundle.tar')

0 commit comments

Comments
 (0)