botbuilder-wechaty-connector
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "botbuilder-wechaty-connector", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Microsoft Bot Framework v3 Connector for Wechat PERSONAL Account", | ||
@@ -5,0 +5,0 @@ "main": "src/wechaty-connector.js", |
@@ -187,3 +187,3 @@ "use strict"; | ||
try { | ||
const wechatyContact = wechaty_1.Contact.load(msg.address.user.id); | ||
const wechatyContact = this.wechaty.Contact.load(msg.address.user.id); | ||
yield wechatyContact.ready(); | ||
@@ -190,0 +190,0 @@ if (msg.type === 'delay') { |
Sorry, the diff of this file is not supported yet
37826