Skip to content

Commit

Permalink
Merge pull request #414 from chaynHQ/develop
Browse files Browse the repository at this point in the history
Merge Develop onto Main
  • Loading branch information
annarhughes authored Apr 17, 2024
2 parents bde2126 + cf576d4 commit 6aa0698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export class UserService {
const users = await this.userRepository.find({
relations: relations,
where: {
...(filters.email && { email: ILike(filters.email) }),
...(filters.email && { email: ILike(`%${filters.email}%`) }),
...(filters.partnerAccess && {
partnerAccess: {
...(filters.partnerAccess.userId && { userId: filters.partnerAccess.userId }),
Expand Down

0 comments on commit 6aa0698

Please sign in to comment.