Skip to content

Commit

Permalink
db_connect: convert js to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Sep 5, 2023
1 parent 04ddfff commit 4cb560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_connect.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mongoose from "mongoose";
const logger = require('./logger');
import logger from "./logger";

// connect to database
const credentials = process.env.DB_USER
Expand Down

0 comments on commit 4cb560e

Please sign in to comment.