Skip to content

Commit

Permalink
Merge pull request #634 from nhsconnect/develop
Browse files Browse the repository at this point in the history
Further mods
  • Loading branch information
ChristopherJamesMorris authored Jun 20, 2024
2 parents e023c61 + 2d4aab6 commit 08606c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/src/DTO/Request/RouteReportRequest.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 RouteReportRequest
{
public ReportSource ReportSource { get; set; }
public List<ReportSource> ReportSource { 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 08606c9

Please sign in to comment.