fix typo in QueryService
This commit is contained in:
parent
26aef4d043
commit
aba4b537ad
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export class QueryService {
|
|||
@bindThis
|
||||
public generateBlockQueryForUsers<E extends ObjectLiteral>(q: SelectQueryBuilder<E>, me: { id: MiUser['id'] }): SelectQueryBuilder<E> {
|
||||
this.andNotBlockingUser(q, ':meId', 'user.id');
|
||||
this.andNotBlockingUser(q, 'user.id', ':me.id');
|
||||
this.andNotBlockingUser(q, 'user.id', ':meId');
|
||||
return q.setParameters({ meId: me.id });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue