Skip to content

Commit

Permalink
Resolved Missing Total Count and Project ID From CCLA Response Object (
Browse files Browse the repository at this point in the history
  • Loading branch information
dealako authored Feb 24, 2023
1 parent 70445af commit 088e090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cla-backend-go/v2/signatures/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func (s *Service) GetProjectCompanySignatures(ctx context.Context, companyID, co
}
if sig != nil {
resp.ResultCount = 1
resp.TotalCount = 1
resp.ProjectID = sig.ProjectID
resp.Signatures = append(resp.Signatures, sig)
}
return v2SignaturesReplaceCompanyID(resp, companyID, companySFID)
Expand Down

0 comments on commit 088e090

Please sign in to comment.