From c4d078b9c8bc49b69107c425facd710516f7ce25 Mon Sep 17 00:00:00 2001 From: Gayathri Date: Mon, 6 Jun 2022 17:33:14 -0400 Subject: [PATCH 1/2] My changes are done --- .sf/config.json | 4 ++++ .../main/default/classes/SFDCStopTeamController.cls | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .sf/config.json 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..18e52036 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', @@ -342,6 +343,16 @@ public class SFDCStopTeamController { ); + 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' + ) + + ); + return JSON.serialize(sfdcstopContributors); } } From 615e6e04ead976bc574e8ea5aad13ef4e592cb86 Mon Sep 17 00:00:00 2001 From: Gayathri Date: Mon, 6 Jun 2022 17:36:51 -0400 Subject: [PATCH 2/2] test change --- force-app/main/default/classes/SFDCStopTeamController.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-app/main/default/classes/SFDCStopTeamController.cls b/force-app/main/default/classes/SFDCStopTeamController.cls index 18e52036..cb6a838a 100644 --- a/force-app/main/default/classes/SFDCStopTeamController.cls +++ b/force-app/main/default/classes/SFDCStopTeamController.cls @@ -340,7 +340,7 @@ public class SFDCStopTeamController { Date.newInstance(2022, 05, 25), 'https://trailblazer.me/id/nadeem321' ) - + ); sfdcstopContributors.add(