Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style(utils): change "SchemaTypeOpts" to "SchemaTypeOptions"
  • Loading branch information
hasezoey committed Aug 24, 2021
1 parent 8e55722 commit 402fe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/utils.ts
Expand Up @@ -375,7 +375,7 @@ export function mapArrayOptions(
pkey: string,
loggerType?: AnyParamConstructor<any>,
extra?: KeyStringAny
): mongoose.SchemaTypeOpts<any> {
): mongoose.SchemaTypeOptions<any> {
logger.debug('mapArrayOptions called');
loggerType = loggerType ?? (Type as AnyParamConstructor<any>);

Expand Down

0 comments on commit 402fe7a

Please sign in to comment.