diff --git a/.sf/config.json b/.sf/config.json new file mode 100644 index 00000000..d847d2c3 --- /dev/null +++ b/.sf/config.json @@ -0,0 +1,4 @@ +{ + "target-dev-hub": "exam", + "target-org": "app" +} \ No newline at end of file diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 457d958f..cb6a838a 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -39,6 +39,7 @@ public class SFDCStopTeamController { ) ); + sfdcstopContributors.add( new Contributor( 'Hasan Shamsi', @@ -339,6 +340,16 @@ public class SFDCStopTeamController { Date.newInstance(2022, 05, 25), 'https://trailblazer.me/id/nadeem321' ) + + ); + + sfdcstopContributors.add( + new Contributor( + 'Gayathri Vinodh', + 'https://avatars.githubusercontent.com/u/88796028?s=400&v=4', + Date.newInstance(2022, 06, 06), + 'https://www.google.com' + ) );