Skip to content

Commit f1c2661

Browse files
committed
Merge branch 'dev' of https://github.com/terminusdb/terminus-client into dev
2 parents db411c2 + aed2b96 commit f1c2661

File tree

4 files changed

+110
-638
lines changed

4 files changed

+110
-638
lines changed

lib/connectionConfig.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ function ConnectionConfig(serverUrl, params) {
4242
this.refid = false
4343
/** @type {string | boolean} */
4444
this.connection_error = false
45-
45+
//I can set serverURL only in constructor
4646
let surl = this.parseServerURL(serverUrl)
4747

48-
//I can set serverURL only in constructor
4948
this.server = surl
5049
if (params) this.update(params)
5150

0 commit comments

Comments
 (0)