WebexCommunity / webex-node-bot-framework

A framework for creating Webex Teams bots using node and express
MIT License
57 stars 48 forks source link

Fix getPersonByEmail #60

Closed jpjpjp closed 2 years ago

jpjpjp commented 2 years ago

This method is a legacy (from fling) "helper" wrapper to lookup a user by email via the /people API. Some of these old helpers were not added to the tests and this is one of them. It looks like JP attempted some cleanup and introduced an undeclared variable. This fix should address this.

jeremywillans commented 2 years ago

LGTM!