Skip to content

Commit

Permalink
Update lib/mongoose-core.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Oct 31, 2022
1 parent 5b6503a commit 2effb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoose-core.module.ts
Expand Up @@ -48,7 +48,7 @@ export class MongooseCoreModule implements OnApplicationShutdown {
connectionFactory || ((connection) => connection);

const mongooseConnectionError =
connectionErrorFactory || ((error) => error);
connectionErrorFactory || ((error) => error);

const mongooseConnectionName = getConnectionToken(connectionName);

Expand Down

0 comments on commit 2effb51

Please sign in to comment.