remove redundant ;

;  after } causing test fail
This commit is contained in:
Ross Cruickshank
2020-09-09 13:21:54 +01:00
committed by GitHub
parent 24173c0114
commit bfa78e0ea4

View File

@@ -40,7 +40,7 @@ module.exports = function(RED) {
url += this.hostname + "/" + this.db + "?retryWrites=true&w=majority"; url += this.hostname + "/" + this.db + "?retryWrites=true&w=majority";
} else { } else {
url += this.hostname + ":" + this.port + "/" + this.db; url += this.hostname + ":" + this.port + "/" + this.db;
}; }
console.log(url); console.log(url);
this.url = url; this.url = url;