patches v1.4.1 #90

Merged
jkeffects merged 3 commits from develop into main 2025-04-17 07:24:35 +00:00
Showing only changes of commit 097236c3e0 - Show all commits

View file

@ -349,7 +349,12 @@ export default abstract class BackupHelper {
"member.birthdate",
"member.internalId",
])
.addSelect([...(collectIds ? ["query.id"] : []), "recipientsByQuery.title", "recipientsByQuery.query"])
.addSelect([
...(collectIds ? ["recipientsByQuery.id"] : []),
"recipientsByQuery.title",
"recipientsByQuery.query",
"recipientsByQuery.updatedAt",
])
.getMany()
.then((res: any) =>
res.map((n: any) => ({