Skip to content

Commit b33f39a

Browse files
committed
Revert forename change
1 parent 61f4f4f commit b33f39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/CohortManager/src/Functions/ServiceNowIntegration/ServiceNowMessageHandler/Models/ServiceNowVariableData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace NHS.CohortManager.ServiceNowIntegrationService.Models;
77
public class ServiceNowVariableData
88
{
99
[Required]
10-
[JsonPropertyName("forename")]
10+
[JsonPropertyName("forename_")]
1111
public required string FirstName { get; set; }
1212
[Required]
1313
[JsonPropertyName("surname_family_name")]

0 commit comments

Comments
 (0)