Skip to content

Commit

Permalink
pass json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 committed Jan 22, 2025
1 parent 4a80f03 commit c475dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class FileStructureHandler implements BuildHandler<string> {

return {
success: true,
data: removeCodeBlockFences(fileStructureContent),
data: removeCodeBlockFences(fileStructureJsonContent),
};
}

Expand Down

0 comments on commit c475dc6

Please sign in to comment.