Skip to content

Commit

Permalink
Change schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
masv3971 committed Jan 20, 2025
1 parent f55f99f commit ea1493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mockas/paris_users/xls.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func makePID(fs *excelize.File) map[string]*model.CompleteDocument {
{
AuthenticSourcePersonID: fmt.Sprintf("authentic_source_person_id_%s", row[0]),
Schema: &model.IdentitySchema{
Name: "FR",
Name: "DefaultSchema",
Version: "",
},
FamilyName: row[6],
Expand Down

0 comments on commit ea1493f

Please sign in to comment.