feat: expose assignedToOrg field in list endpoints

This commit is contained in:
2026-01-19 14:20:29 +05:30
parent c10b3629fc
commit 9e3f0f8b07
4 changed files with 4 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ export async function listNotifications(
createdAt: 1,
updatedAt: 1,
taggedUsers: 1,
assignedToOrg: 1,
assignedTo: {
$map: {
input: "$assignedTo",