Skip to content

Commit

Permalink
fix: add missing description field
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Samson committed Feb 2, 2023
1 parent 4887baf commit 6e164a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schematics/custom.collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { AbstractCollection } from './abstract.collection';
import { Schematic } from './nest.collection';

export interface CollectionSchematic {
factory: string;
schema: string;
description: string;
aliases: string[];
}

Expand Down

0 comments on commit 6e164a6

Please sign in to comment.