mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-27 22:32:49 +03:00
Do not create identifier for remote object
This commit is contained in:
parent
ce68f8ac79
commit
515bf666cf
@ -55,7 +55,7 @@ export class WorkspaceSyncObjectMetadataIdentifiersService {
|
||||
objectMetadataRepository: Repository<ObjectMetadataEntity>,
|
||||
): Promise<ObjectMetadataEntity[]> {
|
||||
return await objectMetadataRepository.find({
|
||||
where: { workspaceId, isCustom: false },
|
||||
where: { workspaceId, isCustom: false, isRemote: false },
|
||||
relations: ['fields'],
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user