Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwelde committed Feb 12, 2021
1 parent 7c5d216 commit a94a9a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mongoose/mongoose.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { ConfigModule } from '../config/config.module'
import { ConfigService } from '../config/config.service'

// Specify the Amazon DocumentDB cert
const ca = [fs.readFileSync(`${__dirname}/../assets/rds-combined-ca-bundle.pem`)]
const ca = [
fs.readFileSync(`${__dirname}/../assets/rds-combined-ca-bundle.pem`),
]

export const MyMongooseModule = MongooseModule.forRootAsync({
imports: [ConfigModule],
Expand Down

0 comments on commit a94a9a0

Please sign in to comment.