Skip to content

Commit

Permalink
Update suppress message in Immunization for AB#16872.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki committed Jan 7, 2025
1 parent 19b058b commit 6dbfdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Immunization/src/Services/VaccineStatusService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private async Task<RequestResult<VaccineStatus>> GetAuthenticatedVaccineStatusWi
return retVal;
}

[SuppressMessage("Style", "IDE0072:Switch expression should be exhaustive", Justification = "Team decision")]
[SuppressMessage("Style", "IDE0072:Populate switch", Justification = "Team decision")]
private async Task<RequestResult<VaccineStatus>> GetVaccineStatusFromDelegateAsync(VaccineStatusQuery query, string accessToken, string? phn = null, CancellationToken ct = default)
{
RequestResult<VaccineStatus> retVal = new()
Expand Down

0 comments on commit 6dbfdc9

Please sign in to comment.