Skip to content

Commit

Permalink
Fix deprecation message while data import (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Sep 11, 2018
1 parent 203396a commit efc66b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/database/DatabaseConnector.ts
Expand Up @@ -54,6 +54,7 @@ export class DatabaseConnector {
try {
client = await MongoClient.connect(dbConnectionUri, {
ignoreUndefined: true,
useNewUrlParser: true,
});
} catch (err) {
if (checkTimeoutExpired(startMillis, reconnectTimeoutMillis)) {
Expand Down

0 comments on commit efc66b1

Please sign in to comment.