Skip to content

Commit

Permalink
Merge pull request #6 from onaio/fixes
Browse files Browse the repository at this point in the history
Fix duplicate registered module
  • Loading branch information
KipSigei authored Mar 26, 2024
2 parents 888ae3f + 17720f5 commit 5970e40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ async function build() {

fastify.register(require('@fastify/postgres'), postgresConfig)

// POSTGRES CONNECTION
fastify.register(require('@fastify/postgres'), {
connectionString: process.env.POSTGRES_CONNECTION
})

// COMPRESSION
// add x-protobuf
fastify.register(
Expand Down

0 comments on commit 5970e40

Please sign in to comment.