Skip to content

Commit d555551

Browse files
Update devtools for code generation
1 parent 41dbf2a commit d555551

File tree

4 files changed

+3799
-2
lines changed

4 files changed

+3799
-2
lines changed

devTools/sanity/createTestFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ import {CloudinaryImage, CloudinaryVideo, CloudinaryMedia} from "../src"
164164
}
165165

166166
if (txResult.status !== 11) {
167-
test += `const tAsset = ${txResult.code}`;
167+
test += `const tAsset = ${txResult.codeSnippet}`;
168168

169169
if (txResult.transformation.startsWith('http')) {
170170

0 commit comments

Comments
 (0)