Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pellegatta committed Sep 17, 2020
1 parent 6b9b638 commit 951b832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public with sharing class CandidateGradeController {
@AuraEnabled
public static CandidateGradeInfo getCandidateGrade(Id contactId) {
Contact currentContact = [SELECT Name, Salary__c, NextAvailableDate__c FROM Contact where Id = :contactId];

User currentUser = [SELECT Seniority__c FROM User where Id = :UserInfo.getUserId()];
String temperature = '';
Double commission = 0;
Expand Down

0 comments on commit 951b832

Please sign in to comment.