Ensure bot config is copied

This commit is contained in:
Will Hunt 2021-12-08 15:20:11 +00:00
parent 1debd54f2e
commit 27090f1b91

View File

@ -197,6 +197,7 @@ export class BridgeConfig {
this.webhook = configData.webhook;
this.provisioning = configData.provisioning;
this.passFile = configData.passFile;
this.bot = configData.bot;
assert.ok(this.webhook);
this.queue = configData.queue || {
monolithic: true,