Skip to content

Commit

Permalink
refactor(db): Remove unnecessary export of redis from db file
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 7, 2024
1 parent 0eba163 commit 59cc642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database/db.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import knex from 'knex';
import knexConfig from './knexfile';

export { redis } from './redis';
export const db = knex(knexConfig);

0 comments on commit 59cc642

Please sign in to comment.