mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Make tests pass on MySQl and Postgres (no-changelog) (#5005)
This commit is contained in:
committed by
GitHub
parent
e4785da2e1
commit
365ffec3b2
@@ -80,7 +80,7 @@ export class CredentialsService {
|
||||
select: SELECT_FIELDS,
|
||||
relations: options?.relations,
|
||||
where: {
|
||||
id: In(userSharings.map((x) => x.credentialId)),
|
||||
id: In(userSharings.map((x) => x.credentialsId)),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user