Skip to content

Commit

Permalink
InnovationPack ObjectType typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
me-andre committed May 9, 2023
1 parent f9fe99e commit f47760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/innovation-pack/innovation.pack.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ObjectType } from '@nestjs/graphql';
import { ITemplatesSet } from '@domain/template/templates-set';
import { INameable } from '@domain/common/entity/nameable-entity/nameable.interface';

@ObjectType('InnovatonPack')
@ObjectType('InnovationPack')
export abstract class IInnovationPack extends INameable {
templatesSet?: ITemplatesSet;
}

0 comments on commit f47760b

Please sign in to comment.