From cad436dfb63831537ac364bf9b48f5a752ad0629 Mon Sep 17 00:00:00 2001 From: Satyam Singh Date: Mon, 28 Oct 2024 20:35:50 +0530 Subject: [PATCH] added my name in the list with id 0f 432 and name is satyam singh --- contributors/contributorsList.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributors/contributorsList.js b/contributors/contributorsList.js index c024e73af0..c70bf7504c 100644 --- a/contributors/contributorsList.js +++ b/contributors/contributorsList.js @@ -2089,5 +2089,10 @@ contributors = [ fullname: "Parth Panjwani", username: "https://github.com/Parth-Panjwani", }, + { + id: 432, + fullname: "Satyam Singh", + username: "https://github.com/satmm", + }, ];