Fix typo in variable name

This commit is contained in:
cc.wr 2022-02-07 12:36:53 -05:00
parent 551351a707
commit 17171b757a

View File

@ -324,7 +324,7 @@ If[
imageInBase64 = BaseEncode[imageData];
,
(* if the rasterization did fail, use a hard-coded base64 rasterization of $Failed *)
imageInBase64 = failedinBase64;
imageInBase64 = failedInBase64;
];
];
];