Skip to content

Commit

Permalink
Make assignment of node property explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed May 29, 2024
1 parent 43e51bd commit 711b352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/language-server/src/lib/validation/validation-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function checkUniqueNames(
elementTypeDetails !== undefined ? elementTypeDetails + ' ' : ''
}name "${nodeName}" needs to be unique.`,
{
node,
node: node,
property: 'name',
},
);
Expand Down

0 comments on commit 711b352

Please sign in to comment.