feat: add users twice

This commit is contained in:
cudr
2019-10-19 23:14:49 +03:00
parent b025c8d850
commit 20c44d369f
3 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ class Connection {
this.options = merge(defaultOptions, options)
this.configure()
return this
}
private configure = () =>