creator instead of factory, as it does registration and authentication
This commit is contained in:
parent
3c5e73d644
commit
48d95c228a
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ const exec = util.promisify(require('child_process').exec);
|
|||
const request = require('request-promise-native');
|
||||
const RestSession = require('./session');
|
||||
|
||||
module.exports = class RestSessionFactory {
|
||||
module.exports = class RestSessionCreator {
|
||||
constructor(synapseSubdir, hsUrl, cwd) {
|
||||
this.synapseSubdir = synapseSubdir;
|
||||
this.hsUrl = hsUrl;
|
Loading…
Add table
Add a link
Reference in a new issue