expose history field
This commit is contained in:
@@ -141,6 +141,7 @@ export async function listProcessedPermits(
|
||||
statusUpdated: 1,
|
||||
transferDate: 1,
|
||||
issuedDate: 1,
|
||||
history: 1,
|
||||
assignedTo: {
|
||||
$let: {
|
||||
vars: { assigned: { $arrayElemAt: ["$assignedRec", 0] } },
|
||||
|
||||
Reference in New Issue
Block a user