diff --git a/storage/mongodb/66-mongodb.js b/storage/mongodb/66-mongodb.js index 14fafe82..0d03056d 100644 --- a/storage/mongodb/66-mongodb.js +++ b/storage/mongodb/66-mongodb.js @@ -40,7 +40,7 @@ module.exports = function(RED) { url += this.hostname + "/" + this.db + "?retryWrites=true&w=majority"; } else { url += this.hostname + ":" + this.port + "/" + this.db; - }; + } console.log(url); this.url = url;