From 5fa8a0b53c392e3912a4d54cae7dd1a8d035c087 Mon Sep 17 00:00:00 2001 From: dnet0 Date: Thu, 6 Mar 2025 16:19:21 +0100 Subject: [PATCH 1/2] Video pull request --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 77019b6..68d2bc6 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const getUser = async (id) => { return user; } - +// video pull request const getPosts = async (user) => { const res = await fetch(`${url}/posts?userId=${user.id}&_limit=3`) const posts = await res.json(); From 11c0c1ce07a6bbee25a5b2308db642a65cdca35b Mon Sep 17 00:00:00 2001 From: dnet0 Date: Tue, 11 Mar 2025 20:42:34 +0100 Subject: [PATCH 2/2] Add Change --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 68d2bc6..4e47e68 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ 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();