added file upload handler to tasks

This commit is contained in:
2025-02-14 12:48:24 +05:30
parent a933c25f34
commit 5276f2a6cb
5 changed files with 56 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export async function updateNote(
},
{ ...input },
{ new: true }
);
).populate({path: 'createdBy', select: 'pid name avatar'});
}
export async function listNotes(resourceId: string, tenantId: string) {