Skip to content

Commit 95428fd

Browse files
committed
Fix inspect
1 parent 5ae3c5a commit 95428fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/plugin/plugin-src/code.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ const codegenMode = async () => {
232232
node,
233233
);
234234

235-
const nodeJson = await nodesToJSON([node], userPluginSettings);
236-
const convertedSelection = await convertIntoNodes(nodeJson, null);
235+
const convertedSelection = await nodesToJSON([node], userPluginSettings);
237236
console.log(
238237
"[DEBUG] codegen.generate - Converted selection:",
239238
convertedSelection,

0 commit comments

Comments
 (0)