From e356a6b37c9436bb7b546f3c10b0c5243967bee1 Mon Sep 17 00:00:00 2001 From: Vakati Dhanush <64053597+Vakati-Dhanush@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:33:08 +0530 Subject: [PATCH] Updated info --- .../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 40899057..38a45744 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -299,6 +299,15 @@ public class SFDCStopTeamController { ) ); + sfdcstopContributors.add( + new Contributor( + 'Joker', + ' https://images.unsplash.com/photo-1620510625142-b45cbb784397?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8am9rZXIlMjBmYWNlfGVufDB8fDB8fA%3D%3D&w=1000&q=80', + Date.newInstance(2021, 12, 15), + 'https://www.wydad.com' + ) + ); + return JSON.serialize(sfdcstopContributors); } }