feat: expose assignedToOrg field in list endpoints
This commit is contained in:
@@ -259,6 +259,7 @@ export async function listNotifications(
|
||||
createdAt: 1,
|
||||
updatedAt: 1,
|
||||
taggedUsers: 1,
|
||||
assignedToOrg: 1,
|
||||
assignedTo: {
|
||||
$map: {
|
||||
input: "$assignedTo",
|
||||
|
||||
Reference in New Issue
Block a user