feat(provider): update

This commit is contained in:
Leifer Mendez
2022-12-19 14:02:09 +01:00
parent 2f633c72da
commit 0c94647a27
3 changed files with 124 additions and 127 deletions

View File

@@ -16,8 +16,8 @@ class MockContext extends CoreClass {
* @param {*} messageCtxInComming
* @returns
*/
handleMsg = async ({ from, body }) => {
console.log('DEBUG:', messageCtxInComming)
handleMsg = async () => {
console.log('DEBUG:')
}
}