ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.244.0

This commit is contained in:
speakeasybot
2024-04-09 00:45:22 +00:00
parent 0eb6f2c692
commit 0ff88615e0
30 changed files with 302 additions and 111 deletions

View File

@@ -685,7 +685,7 @@ func (s *Server) GetResizedPhoto(ctx context.Context, request operations.GetResi
req.Header.Set("Accept", "application/json")
req.Header.Set("User-Agent", s.sdkConfiguration.UserAgent)
if err := utils.PopulateQueryParams(ctx, req, request, s.sdkConfiguration.Globals); err != nil {
if err := utils.PopulateQueryParams(ctx, req, request, nil); err != nil {
return nil, fmt.Errorf("error populating query params: %w", err)
}