Skip to content

Commit 6b2b291

Browse files
authored
fix: consistent bucket type name (#235)
1 parent 0dee601 commit 6b2b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type BucketType = 'STANDARD' | 'ICEBERG'
1+
export type BucketType = 'STANDARD' | 'ANALYTICS'
22

33
export interface Bucket {
44
id: string

0 commit comments

Comments
 (0)