From 8afbd1f938e1bf2da213309d10efde2647e824ac Mon Sep 17 00:00:00 2001 From: Vidhi Sahai <72317428+Vidhi2604@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:08:14 +0530 Subject: [PATCH] Update gitfetch.js --- gitfetch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gitfetch.js b/gitfetch.js index 1724d01..38539b4 100644 --- a/gitfetch.js +++ b/gitfetch.js @@ -54,6 +54,7 @@ async function fetchGitHubData(username, linkedinID) { // : Fetch GitHub data for multiple usernames with LinkedIn IDs add your git hub username and linkedin user id const profiles = [ { githubUsername: "boltjazz", linkedinID: "boltjazz" }, + { githubUsername: "Vsahai2604", linkedinID: "vidhi-sahai" }, { githubUsername: "Ananyasingh2002", linkedinID: "ananya-singh-29b304224" }, { githubUsername: "Rishabh0097", linkedinID: "rishabh-kumar-7a762928a" }, { githubUsername: "DomeT99", linkedinID: "domenico-tenace" },