mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
user query fix
This commit is contained in:
parent
6ffa983436
commit
cbf75f74ba
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export function getUserInGroupQuery(
|
|||
.innerJoinAndSelect(
|
||||
'users.organizationUsers',
|
||||
'organizationUsers',
|
||||
'organizationUsers.organizationId != :organizationId',
|
||||
'organizationUsers.organizationId = :organizationId',
|
||||
{
|
||||
organizationId,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue