param name

Signed-off-by: Meredith Lancaster <[email protected]>
This commit is contained in:
Meredith Lancaster
2025-12-09 11:39:12 -08:00
parent 3d01d7ed69
commit 539724611c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ export type PackageRegistryOptions = {
token: string
// Optional parameters for the write operation.
// The number of times to retry the request.
customRetry?: number
retryAttempts?: number
// HTTP headers to include in request to Artifact Metadata API.
headers?: RequestHeaders
```