Skip to content

Commit

Permalink
Update lib/schematics/custom.collection.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br>
  • Loading branch information
daniel-samson and micalevisk committed Feb 3, 2023
1 parent 6e164a6 commit b71bfea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/schematics/custom.collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface CollectionSchematic {

export class CustomCollection extends AbstractCollection {
public getSchematics(): Schematic[] {
this.collection;
const collectionPackagePath = dirname(require.resolve(this.collection));
const collectionPath = join(collectionPackagePath, 'collection.json');
const collection = JSON.parse(readFileSync(collectionPath).toString());
Expand Down

0 comments on commit b71bfea

Please sign in to comment.