Skip to content

Commit d94007b

Browse files
committed
style: fix prettier error
1 parent 4155059 commit d94007b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/discriminators/DiscriminatorTypeComposer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ export class DiscriminatorTypeComposer<TSource, TContext> extends ObjectTypeComp
8686
): DiscriminatorTypeComposer<TSrc, TCtx> {
8787
if (!baseModel || !baseModel.discriminators) {
8888
throw Error(
89-
'Discriminator Key not Set, have you already registered discriminators on your base model? ' +
90-
'Otherwise, use composeWithMongoose for Normal Collections'
89+
'Discriminator Key not Set, have you already registered discriminators on your base model? ' +
90+
'Otherwise, use composeWithMongoose for Normal Collections'
9191
);
9292
}
9393

0 commit comments

Comments
 (0)