We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b40a5 commit fd16aefCopy full SHA for fd16aef
scripts/validation/embedded-examples-validation.js
@@ -51,7 +51,6 @@ const combinedData = extractCommentsAndExamples(markdownContent);
51
function applyUpdates(updates, baseDoc) {
52
updates.forEach(update => {
53
try {
54
- const jsonPointerPath = update.json_pointer;
55
56
// Handle root document case
57
if (jsonPointerPath === '') {
0 commit comments