Skip to content

Commit

Permalink
Dependency updates and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Nov 5, 2019
1 parent cdf11ca commit 66856d6
Show file tree
Hide file tree
Showing 17 changed files with 1,066 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion bin/gtfs-import.js
Expand Up @@ -50,7 +50,7 @@ const setupImport = async () => {
handleError(error);
}

await mongoose.connect(config.mongoUrl, {useNewUrlParser: true, useCreateIndex: true});
await mongoose.connect(config.mongoUrl, {useNewUrlParser: true, useCreateIndex: true, useUnifiedTopology: true});
await gtfs.import(config);
await mongoose.connection.close();
process.exit();
Expand Down

0 comments on commit 66856d6

Please sign in to comment.