diff --git a/index.js b/index.js index 77019b6..4e47e68 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,8 @@ const getUser = async (id) => { return user; } - +// video pull request +// AƱado cambio const getPosts = async (user) => { const res = await fetch(`${url}/posts?userId=${user.id}&_limit=3`) const posts = await res.json();