patches v1.4.1 #90
1 changed files with 6 additions and 1 deletions
|
@ -349,7 +349,12 @@ export default abstract class BackupHelper {
|
||||||
"member.birthdate",
|
"member.birthdate",
|
||||||
"member.internalId",
|
"member.internalId",
|
||||||
])
|
])
|
||||||
.addSelect([...(collectIds ? ["query.id"] : []), "recipientsByQuery.title", "recipientsByQuery.query"])
|
.addSelect([
|
||||||
|
...(collectIds ? ["recipientsByQuery.id"] : []),
|
||||||
|
"recipientsByQuery.title",
|
||||||
|
"recipientsByQuery.query",
|
||||||
|
"recipientsByQuery.updatedAt",
|
||||||
|
])
|
||||||
.getMany()
|
.getMany()
|
||||||
.then((res: any) =>
|
.then((res: any) =>
|
||||||
res.map((n: any) => ({
|
res.map((n: any) => ({
|
||||||
|
|
Loading…
Add table
Reference in a new issue