Skip to content

Commit

Permalink
Merge pull request #33 from contentstack/fix/dx-1691-add-the-removed-…
Browse files Browse the repository at this point in the history
…snippet

dx| 1691| add removed code
  • Loading branch information
harshithad0703 authored Nov 6, 2024
2 parents e980c49 + b15b867 commit fe2e245
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,10 @@ export class Stack {
}
return existingReferences;
});

for (const path in schema[this.types.assets]) {
paths.push(path)
}
})

for (let i = 0, j = currentInclude.length; i < j; i++) {
Expand Down

0 comments on commit fe2e245

Please sign in to comment.