Fix wrong uuid error (#18590)

as title

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
martmull
2026-03-12 16:12:30 +01:00
committed by GitHub
parent 1685d066be
commit 5bfa4c5c39
6 changed files with 8 additions and 12 deletions
@@ -32,7 +32,7 @@ export class ObjectMetadataDTO {
@IDField(() => UUIDScalarType)
id: string;
@IDField(() => UUIDScalarType)
@Field()
universalIdentifier: string;
@Field()