Skip to content

Commit 3c729a2

Browse files
plamberbaywet
andauthored
Update docs/content/Batching.md
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent e06f3f3 commit 3c729a2

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
@@ -129,7 +129,7 @@ You should convert the downloaded photos through batching to a Base64 representa
129129
const response = batchResponse.getResponseById(users[0]);
130130
if (response.ok) {
131131
var data = await response.text();
132-
const _binToBlob = await this.b64toBlob((data),'img/jpg');
132+
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
135135
const base64Result = await this.blobToBase64(binToBlob);

0 commit comments

Comments
 (0)