From e0f526b07a5014bab52ee89fb2248e6b30b0dfb5 Mon Sep 17 00:00:00 2001 From: shri0900 <144302909+shri0900@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:52:42 +0530 Subject: [PATCH] new contributor shreeraj nikam added --- .../main/default/classes/SFDCStopTeamController.cls | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 3402241..4e73a2f 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -430,6 +430,16 @@ public class SFDCStopTeamController { ); + sfdcstopContributors.add( + new Contributor( + 'Shreeraj Nikamh', + 'https://trailblazerid.force.com/profilephoto/7298W000002KGRz/F', + Date.newInstance(2024, 02, 29), + 'https://www.salesforce.com/trailblazer/shreerajnikamh' + ) + + ); + return JSON.serialize(sfdcstopContributors); } }