mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 09:56:36 +00:00
Fix error related to user id col
This commit is contained in:
@@ -64,7 +64,7 @@ export async function rebuildSiteClientAssociations(
|
||||
// get all of the users in these roles
|
||||
const userIdsFromRoles = await trx
|
||||
.select({
|
||||
userId: users.userId
|
||||
userId: userOrgs.userId
|
||||
})
|
||||
.from(userOrgs)
|
||||
.where(inArray(userOrgs.roleId, roleIds))
|
||||
|
||||
Reference in New Issue
Block a user