Skip to content

Commit

Permalink
Merge pull request #632 from nhsconnect/develop
Browse files Browse the repository at this point in the history
Wrong dto reference
  • Loading branch information
ChristopherJamesMorris authored Jun 20, 2024
2 parents 79f4634 + a741e4d commit b230b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/src/DTO/Request/ReportInteractionRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace GpConnect.AppointmentChecker.Api.DTO.Request;

public class ReportInteractionRequest
{
public DataSource DataSource { get; set; }
public List<DataSource> DataSource { get; set; }
public List<string>? Interaction { get; set; }
public List<string>? Workflow { get; set; }
public string? ReportName { get; set; } = null;
Expand Down

0 comments on commit b230b26

Please sign in to comment.