Skip to content

Commit 2fe5fca

Browse files
Update docs/sdks/tigris/using-sdk.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 2a35295 commit 2fe5fca

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
@@ -476,7 +476,7 @@ console.log(allFiles);
476476
### `listBuckets`
477477

478478
```ts
479-
listBuckets(): Promise<TigrisStorageResponse<ListBucketsResponse, Error>>;
479+
listBuckets(options?: ListBucketsOptions): Promise<TigrisStorageResponse<ListBucketsResponse, Error>>;
480480
```
481481

482482
`listBuckets` accepts the following parameters

0 commit comments

Comments
 (0)