Skip to content

Commit 7ab4465

Browse files
committed
fix(uploads): correct BlobServiceClient type name in headBlobObject
1 parent b9f4533 commit 7ab4465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/uploads/providers/blob/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export async function headBlobObject(
314314
customConfig?: BlobConfig
315315
): Promise<{ size: number; contentType?: string } | null> {
316316
const { BlobServiceClient, StorageSharedKeyCredential } = await import('@azure/storage-blob')
317-
let blobServiceClient: BlobServiceClientInstance
317+
let blobServiceClient: BlobServiceClientType
318318
let containerName: string
319319

320320
if (customConfig) {

0 commit comments

Comments
 (0)