promesa sybase

This commit is contained in:
2021-02-15 11:09:10 -06:00
parent b3e4db5c05
commit 0be158fdc5
+1 -1
View File
@@ -24,7 +24,7 @@ const alumno = (numeroCuenta) => {
});
};
const exec = () => {
const exec = async () => {
let a = await alumno('415112132');
console.log(a);