added file upload handler to tasks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user