Skip to content

Commit

Permalink
add npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Abbal authored and Anas Abbal committed Jul 11, 2024
1 parent 06c28f2 commit 654fae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/database/src/database.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { MongooseModule, MongooseModuleOptions } from '@nestjs/mongoose';
@Module({})
export class DatabaseModule {


private static logger = new Logger(DatabaseModule.name);

static forRoot(uri: string, dbName: string, dbType: 'mongodb' | 'postgres'): DynamicModule {
Expand Down

0 comments on commit 654fae7

Please sign in to comment.