diff --git a/lib/launcher.js b/lib/launcher.js index 66efe99..5b6704f 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -195,7 +195,8 @@ class Launcher { url: enabled ? this.config.brokerURL : '', username: enabled ? this.config.brokerUsername : '', password: enabled ? this.config.brokerPassword : '' - } + }, + teamBrokerEnabled: enabled && !!this.settings?.features?.teamBroker } }