mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
remove redundant ;
; after } causing test fail
This commit is contained in:
parent
24173c0114
commit
bfa78e0ea4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user