socket io

This commit is contained in:
xXpuma99Xx
2022-01-24 22:28:07 -06:00
parent ffadb76178
commit e8f9a96ecf
4 changed files with 339 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ const escolares = async (body) => {
return obtenerAlumno(numeroCuenta)
.then(async (res) => {
if (!res) return obtenerProfesor(numeroCuenta);
console.log(res);
esAlumno = true;
return res;
})