From 708f86b83a4f52670ace902b6526f34ea415f7f8 Mon Sep 17 00:00:00 2001 From: Abhishek Unnithan Date: Wed, 1 Jun 2022 11:23:36 +0530 Subject: [PATCH] Added abhi to sfdc stop contributors --- .../main/default/classes/SFDCStopTeamController.cls | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 457d958f..6318f444 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -340,6 +340,15 @@ public class SFDCStopTeamController { 'https://trailblazer.me/id/nadeem321' ) + ); + sfdcstopContributors.add( + new Contributor( + 'Abhishek', + 'https://avatars.githubusercontent.com/u/54585173?s=400&u=e4a93e88a7ae36f228d473bff106b7b1883156fc&v=4', + Date.newInstance(2022, 06, 01), + 'https://trailblazer.me/id/abhishekunnithan' + ) + ); return JSON.serialize(sfdcstopContributors);