fix(teams): smol tweaks (#12443)

This commit is contained in:
Sabe Jones
2020-08-10 11:27:19 -05:00
committed by GitHub
parent d016c1fa0a
commit 8c3a9c6dbc
4 changed files with 15 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ api.assignTask = {
const promises = [];
const taskText = task.text;
const userName = user.profile.name;
const userName = `@${user.auth.local.username}`;
if (user._id === assignedUserId) {
const managerIds = Object.keys(group.managers);