Skip to content

Commit

Permalink
added missing snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Oct 30, 2024
1 parent f6dc5c3 commit 9cb367e
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 @@ -1443,6 +1443,10 @@ export class Stack {
}
return existingReferences;
});
// tslint:disable-next-line: forin
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 9cb367e

Please sign in to comment.