Skip to content

Commit

Permalink
revert(knex connection): revert the config import comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Feb 22, 2024
1 parent 48f7415 commit 70cc28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/connections/knex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import knex from 'knex';
// import config from './../../../knexfile.js';
import config from './../../../knexfile.js';
import dotenv from 'dotenv';

dotenv.config();
Expand Down

0 comments on commit 70cc28d

Please sign in to comment.