Skip to content

Commit 59cc642

Browse files
committed
refactor(db): Remove unnecessary export of redis from db file
1 parent 0eba163 commit 59cc642

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/database/db.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import knex from 'knex';
22
import knexConfig from './knexfile';
33

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

0 commit comments

Comments
 (0)