Skip to content

Commit

Permalink
Fixed MongoParseError
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrea committed Dec 3, 2024
1 parent ab6ebc8 commit 2979edf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const setupServer = async () => {
const dbConnection = await mongoose.connect(process.env.MONGODB_URI, {
useUnifiedTopology: true,
useNewUrlParser: true,
useCreateIndex: true,
useFindAndModify: false,
});

/**
Expand Down

0 comments on commit 2979edf

Please sign in to comment.