before diaglogflow

This commit is contained in:
Leifer Mendez
2022-01-15 17:54:02 +01:00
parent 0a5c3055ce
commit 691880e628
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
const connectionReady = (cb = () =>{}) => {
console.log('Listo para escuchas mensajes')
console.log('Client is ready!');
cb()
}