feat: return taggedUsers in all list endpoints
This commit is contained in:
@@ -187,6 +187,7 @@ export async function listNotifications(
|
||||
clientData: 1,
|
||||
createdAt: 1,
|
||||
updatedAt: 1,
|
||||
taggedUsers: 1,
|
||||
assignedTo: {
|
||||
$let: {
|
||||
vars: { assignedTo: { $arrayElemAt: ["$assignedTo", 0] } },
|
||||
|
||||
Reference in New Issue
Block a user