Skip to content

Commit e06f3f3

Browse files
plamberbaywet
andauthored
Update docs/content/Batching.md
Co-authored-by: Vincent Biret <[email protected]>
1 parent 4f2efaa commit e06f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Batching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You should convert the downloaded photos through batching to a Base64 representa
132132
const _binToBlob = await this.b64toBlob((data),'img/jpg');
133133

134134
// you can associate the base64 output to an src attribute of an <img> HTML tag
135-
const base64Result = await this.blobToBase64(_binToBlob);
135+
const base64Result = await this.blobToBase64(binToBlob);
136136
console.log(base64Result);
137137
}
138138
} catch (error) {

0 commit comments

Comments
 (0)