mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(teams): smol tweaks (#12443)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user