Skip to content

Commit

Permalink
Update scripts/validation/embedded-examples-validation.js
Browse files Browse the repository at this point in the history
apply suggestion: #1059 (comment)

Co-authored-by: Sergio Moya <[email protected]>
  • Loading branch information
AnimeshKumar923 and smoya authored Jul 5, 2024
1 parent 81b40a5 commit fd16aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/validation/embedded-examples-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const combinedData = extractCommentsAndExamples(markdownContent);
function applyUpdates(updates, baseDoc) {
updates.forEach(update => {
try {
const jsonPointerPath = update.json_pointer;

// Handle root document case
if (jsonPointerPath === '') {
Expand Down

0 comments on commit fd16aef

Please sign in to comment.