Export the botId for each connection

This commit is contained in:
Will Hunt 2021-11-28 14:34:09 +00:00
parent 9d6eb2a0bc
commit 3b732145e5

View File

@ -165,6 +165,8 @@ export class JiraProjectConnection extends CommandConnection implements IConnect
service: "jira",
eventType: JiraProjectConnection.CanonicalEventType,
type: "JiraProject",
// TODO: Add ability to configure the bot per connnection type.
botUserId: this.as.botUserId,
id: this.uniqueId,
config: {
...this.state,