Skip to content

Commit

Permalink
fix: missing ERC data
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildarter committed Jun 25, 2024
1 parent 6d0c6cc commit f53cb56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { TypeOrmModule } from '@nestjs/typeorm';
TypeOrmModule.forRoot({
type: 'postgres',
url: process.env.DATABASE_URL,
// ssl: {
// rejectUnauthorized: false,
// },
ssl: {
rejectUnauthorized: false,
},
}),
],
controllers: [AppController],
Expand Down

0 comments on commit f53cb56

Please sign in to comment.