Skip to content

Commit

Permalink
fix: adjust code after suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso committed Dec 19, 2024
1 parent b827827 commit 73894fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@lwc/ssr-compiler/src/compile-js/generate-markup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ export function addGenerateMarkupFunction(
b.arrayExpression(publicFields.map(b.literal)),
b.arrayExpression(privateFields.map(b.literal)),
classIdentifier,
connectWireAdapterCode,
tmplVar
connectWireAdapterCode
)
);

Expand Down

0 comments on commit 73894fe

Please sign in to comment.