Skip to content

Commit

Permalink
User story 111
Browse files Browse the repository at this point in the history
  • Loading branch information
MeeraRNair committed Jul 9, 2022
1 parent d090230 commit 88ae7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/AccountList.cls
@@ -1,5 +1,5 @@
public without sharing class AccountList { //comment new for push new new one
//Demo
//Demo - Apexhoues
@AuraEnabled(cacheable=true)
public static List<Account> getAccountList() {
return [SELECT Id, Name,Type,Rating,Phone FROM Account];
Expand Down

0 comments on commit 88ae7c2

Please sign in to comment.