Skip to content

Commit

Permalink
Update knex/config/database.js
Browse files Browse the repository at this point in the history
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
bizob2828 and jsumners-nr authored Sep 20, 2024
1 parent 5b098d1 commit 3031332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion knex/config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const env = process.env.NODE_ENV || 'development'
const knexfile = require('../knexfile')
debugger
const knex = require('knex')(knexfile[env])

module.exports = knex

0 comments on commit 3031332

Please sign in to comment.