diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 6ee294d0..3b95c654 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -30,6 +30,14 @@ public class SFDCStopTeamController { @AuraEnabled(cacheable=true) public static String getContributors() { List sfdcstopContributors = new List(); + sfdcstopContributors.add( + new Contributor( + 'Aniket kushwaha', + 'https://avatars.githubusercontent.com/u/51708237?s=400&v=4', + Date.newInstance(2022, 01, 11), + 'https://trailblazer.me/id/aniketkushwaha1127' + ) + ); sfdcstopContributors.add( new Contributor( 'Rahul Malhotra',