Skip to content

Commit

Permalink
Wrong dto reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJamesMorris committed Jun 20, 2024
1 parent 25d0502 commit a741e4d
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 a741e4d

Please sign in to comment.