fix: Make tests pass on MySQl and Postgres (no-changelog) (#5005)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-22 11:13:22 +01:00
committed by GitHub
parent e4785da2e1
commit 365ffec3b2
5 changed files with 11 additions and 7 deletions

View File

@@ -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)),
},
});
}