Fix wrong uuid error (#18590)
as title --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export class ObjectMetadataDTO {
|
||||
@IDField(() => UUIDScalarType)
|
||||
id: string;
|
||||
|
||||
@IDField(() => UUIDScalarType)
|
||||
@Field()
|
||||
universalIdentifier: string;
|
||||
|
||||
@Field()
|
||||
|
||||
Reference in New Issue
Block a user