Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Apr 8, 2024
1 parent cb46617 commit 2de850c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ export const template_visitors = {
b.assignment(
'=',
b.member(b.id('$.document'), b.id('title')),
serialize_template_literal(/** @type {any} */ (node.fragment.nodes), visit)[1]
serialize_template_literal(/** @type {any} */ (node.fragment.nodes), visit, state)[1]
)
)
);
Expand Down

0 comments on commit 2de850c

Please sign in to comment.