We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef92c48 commit d97722cCopy full SHA for d97722c
packages/build/src/utils/blobs.ts
@@ -136,7 +136,7 @@ export const getFileWithMetadata = async (
136
key: string,
137
contentPath: string,
138
metadataPath?: string,
139
-): Promise<{ data: Buffer; metadata: Record<string, string> }> => {
+): Promise<{ data: ArrayBuffer; metadata: Record<string, string> }> => {
140
const [data, metadata] = await Promise.all([
141
readFile(contentPath),
142
metadataPath ? readMetadata(metadataPath) : {},
0 commit comments