Skip to content

Commit 7d468e4

Browse files
committed
Change to managerID
1 parent 9510cff commit 7d468e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/actions/Task.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ function getTaskAssigneeEmail(taskReport) {
638638
return null;
639639
}
640640

641-
if (taskReport.managerEmail) {
642-
return taskReport.managerEmail;
641+
if (taskReport.managerID) {
642+
return taskReport.managerID;
643643
}
644644

645645
const reportAction = ReportActionsUtils.getParentReportAction(taskReport);

0 commit comments

Comments
 (0)