wechaty / botbuilder-wechaty-adapter

Microsoft Bot Framework v4 Adapter for Wechat Individual Account
https://paka.dev/npm/botbuilder-wechaty-adapter
Apache License 2.0
15 stars 3 forks source link

fix: error "The global Contact class can not be used directly! #Chati… #25

Closed qhduan closed 5 years ago

qhduan commented 5 years ago

…e/wechaty#1217 "

huan commented 5 years ago

Good catch!

Please fix the CI and make sure it's green so that I could be able to merge it.

src/wechaty-connector.ts:10:3 - error TS6133: 'Contact' is declared but its value is never read.
10   Contact,
     ~~~~~~~
huan commented 5 years ago

Thank you very much!

huan commented 5 years ago

If you bump the version with your PR, then you can expect the new version will be published to npm after merged.