Skip to content

Commit

Permalink
Update AccountController.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
Knightly-Spartan authored May 3, 2024
1 parent 8a0a0c8 commit bb81830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion force-app/main/default/classes/AccountController.cls
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//Class comment
public with sharing class AccountController {
@AuraEnabled(cacheable=true)
public static List<Account> getAccountList() {
Expand Down Expand Up @@ -35,4 +36,4 @@ public with sharing class AccountController {

public class AccountUpdateException extends Exception {
}
}
}

0 comments on commit bb81830

Please sign in to comment.