Skip to content

Commit

Permalink
Merge pull request #64 from WaifuAPI/staging
Browse files Browse the repository at this point in the history
Fixed MongoParseError
  • Loading branch information
kyrea authored Dec 3, 2024
2 parents bdc218f + 2979edf commit 64961da
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 64961da

Please sign in to comment.