8000 chore(): update postgres-core.module.ts · Tony133/nestjs-postgres@34f7e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34f7e82

Browse files
authored
chore(): update postgres-core.module.ts
1 parent b909da9 commit 34f7e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgres-core.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class PostgresCoreModule implements OnApplicationShutdown {
2727
private readonly moduleRef: ModuleRef,
2828
) {}
2929

30-
static forRoot(
30+
public static forRoot(
3131
options: PostgresModuleOptions,
3232
connection?: string,
3333
): DynamicModule {

0 commit comments

Comments
 (0)
0