mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 17:55:53 +02:00
Fix typo
This commit is contained in:
parent
999033ec15
commit
c81aa001f4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ exports.getModule = class TelnetBridgeModule extends MenuModule {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
super(options);
|
super(options);
|
||||||
|
|
||||||
this.config = Object.assign({}, _.get(options, 'menuConf.config'), options.extraArgs);
|
this.config = Object.assign({}, _.get(options, 'menuConfig.config'), options.extraArgs);
|
||||||
this.config.port = this.config.port || 23;
|
this.config.port = this.config.port || 23;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue