Skip to content

Commit 695d1f1

Browse files
committed
FullNameToPerson now inserts a default unique ID to the OAM type
1 parent 4129f1a commit 695d1f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/plugins/support/normalization.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func FullNameToPerson(raw string) *people.Person {
5454
}
5555

5656
return &people.Person{
57+
ID: fullname,
5758
FullName: fullname,
5859
FirstName: name.First,
5960
MiddleName: name.Middle,

0 commit comments

Comments
 (0)