Fix missing events during account connection (#9825)

Fix #8765
This commit is contained in:
Félix Malfait
2025-01-24 11:10:42 +01:00
committed by GitHub
parent 8d794374f1
commit 15814d465a
10 changed files with 257 additions and 22 deletions

View File

@ -101,7 +101,7 @@ export class UserService extends TypeOrmQueryService<User> {
const objectMetadata = await this.objectMetadataRepository.findOneOrFail({
where: {
nameSingular: 'workspaceMember',
workspaceId: workspaceId,
workspaceId,
},
});