Skip to content

Commit

Permalink
Review changes for checking status id added
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuragNagpure committed Feb 8, 2024
1 parent 9180d70 commit 184b83e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public IAsyncEnumerable<CompanyCertificateTypeData> GetCertificateTypes() =>
(
certificate.Id,
certificate.CompanyCertificateTypeDescriptions
.Where(y => y.CompanyCertificateTypeId == certificate.Id)
.Where(y => y.CompanyCertificateType.CompanyCertificateTypeAssignedStatus.CompanyCertificateTypeStatusId == CompanyCertificateTypeStatusId.ACTIVE)
.Select(x => new CertificateTypeDescription(x.LanguageShortName, x.Description))
))
.AsAsyncEnumerable();
Expand Down

0 comments on commit 184b83e

Please sign in to comment.