Skip to content

Commit acdf63b

Browse files
Update src/common/database/database.service.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb94d81 commit acdf63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/database/database.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class DatabaseService extends PrismaClient implements OnModuleInit, OnMod
6565
await (this as any).$connect();
6666

6767
this.logger.info(
68-
`Connected to ${prismaEngine.activeProvider} instance using Prisma v${prismaEngine.clientVersion} ${this.configService.get('DATABASE_URL').replace(/:[^:]*@/, ':***@')}}`
68+
`Connected to ${prismaEngine.activeProvider} instance using Prisma v${prismaEngine.clientVersion} ${this.configService.get('DATABASE_URL').replace(/:[^:]*@/, ':***@')}`
6969
);
7070

7171
// Enable this when you really need to see the SQL / params

0 commit comments

Comments
 (0)