Skip to content

Commit a0ea80e

Browse files
committed
remove stray getWithMetadata overload
1 parent 0bd0182 commit a0ea80e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/blobs/src/store.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@ export class Store {
279279
key: string,
280280
options: { type: 'blob' } & GetWithMetadataOptions,
281281
): Promise<({ data: Blob } & GetWithMetadataResult) | null>
282-
async getWithMetadata(
283-
key: string,
284-
options: { type: 'blob' } & GetWithMetadataOptions,
285-
): Promise<({ data: Uint8Array } & GetWithMetadataResult) | null>
286282

287283
async getWithMetadata(
288284
key: string,

0 commit comments

Comments
 (0)