Skip to content

Commit 647fc4f

Browse files
committed
chore: fix params for get
1 parent da4d293 commit 647fc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/tigris/using-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function cancelUpload() {
180180
### `get`
181181

182182
```ts
183-
get(path: string, format?: "string" | "file" | "stream", options?: GetOptions): Promise<TigrisStorageResponse<GetResponse, Error>>;
183+
get(path: string, format: "string" | "file" | "stream", options?: GetOptions): Promise<TigrisStorageResponse<GetResponse, Error>>;
184184
```
185185

186186
`get` accepts the following parameters:

0 commit comments

Comments
 (0)