Update server/src/repositories/stack.repository.ts
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>pull/27709/head
parent
d61226503c
commit
37590ccb38
|
|
@ -27,7 +27,7 @@ const withAssets = (eb: ExpressionBuilder<DB, 'stack'>, withTags = false) => {
|
|||
.as('exifInfo'),
|
||||
(join) => join.onTrue(),
|
||||
)
|
||||
.select((eb) => withFacesAndPeople(eb))
|
||||
.select(withFacesAndPeople)
|
||||
.$if(withTags, (eb) =>
|
||||
eb.select((eb) =>
|
||||
jsonArrayFrom(
|
||||
|
|
|
|||
Loading…
Reference in New Issue