mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
fix: exclude current podcast episode from related episodes query
This commit is contained in:
parent
d119c18606
commit
88099a0442
@ -499,6 +499,15 @@ export class UnbodyService {
|
||||
} as GetObjectsGoogleDocWhereInpObj,
|
||||
]
|
||||
: []),
|
||||
...(nearObject
|
||||
? [
|
||||
{
|
||||
path: ['id'],
|
||||
operator: 'NotEqual',
|
||||
valueString: nearObject,
|
||||
} as GetObjectsGoogleDocWhereInpObj,
|
||||
]
|
||||
: []),
|
||||
...(filter ? [filter] : []),
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user