We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f4533 commit 7ab4465Copy full SHA for 7ab4465
1 file changed
apps/sim/lib/uploads/providers/blob/client.ts
@@ -314,7 +314,7 @@ export async function headBlobObject(
314
customConfig?: BlobConfig
315
): Promise<{ size: number; contentType?: string } | null> {
316
const { BlobServiceClient, StorageSharedKeyCredential } = await import('@azure/storage-blob')
317
- let blobServiceClient: BlobServiceClientInstance
+ let blobServiceClient: BlobServiceClientType
318
let containerName: string
319
320
if (customConfig) {
0 commit comments