Skip to content

Commit 0df713a

Browse files
authored
Merge pull request #33 from atorber/hi
Add selfInfo to contactStore in PuppetBridge class
2 parents 0a7d89f + dfeb4d1 commit 0df713a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/puppet/puppet-bridge-hi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class PuppetBridge extends PUPPET.Puppet {
116116
phone: [],
117117
type: PUPPET.types.Contact.Individual,
118118
}
119+
this.contactStore[this.selfInfo.id] = this.selfInfo
119120
}
120121

121122
override version () {

0 commit comments

Comments
 (0)