Skip to content

Commit fd16aef

Browse files
Update scripts/validation/embedded-examples-validation.js
apply suggestion: #1059 (comment) Co-authored-by: Sergio Moya <[email protected]>
1 parent 81b40a5 commit fd16aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/validation/embedded-examples-validation.js

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const combinedData = extractCommentsAndExamples(markdownContent);
5151
function applyUpdates(updates, baseDoc) {
5252
updates.forEach(update => {
5353
try {
54-
const jsonPointerPath = update.json_pointer;
5554

5655
// Handle root document case
5756
if (jsonPointerPath === '') {

0 commit comments

Comments
 (0)