From 1af7492760435530bfeac5937267ba4c894e287a Mon Sep 17 00:00:00 2001 From: Ander Etxabe Date: Mon, 31 Mar 2025 10:09:26 +0200 Subject: [PATCH] Cambio trivial --- src/actions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions/index.js b/src/actions/index.js index 99ae057..f4f88b8 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -10,6 +10,7 @@ export const fetchPosts = () => async (dispatch) => { }) }) .catch(err => { + // console.log(Ha habido un error: ); // console.log(err); }) }; \ No newline at end of file