Skip to content

Commit

Permalink
se me paso un console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomelgarejo committed Nov 14, 2024
1 parent a9160ac commit b6a5c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FrontAdmin/src/API/AlumnosCompromisoPago.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const fetchAlumnosCompromiso = async (url: string): Promise<any> => {

if (response.ok) {
const data = await response.json();
console.log(data)
return data;
} else {
throw new Error('Error en la respuesta del servidor');
Expand Down

0 comments on commit b6a5c05

Please sign in to comment.