Skip to content

Commit

Permalink
fix: πŸ› timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hcfw007 committed Dec 19, 2023
1 parent 65439aa commit 5a2615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wechaty-mixins/puppet-mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const puppetMixin = <MixinBase extends WechatifyUserModuleMixin & GErrorMixin &
if (this.puppet.readyIndicator.value()) {
this.emit('ready')
}
})
}, 15 * 1000)
puppet.once('ready', () => {
// if we got ready from puppet, we don't have to fire it here.
// it will be fired by ready listener
Expand Down

0 comments on commit 5a2615d

Please sign in to comment.