Skip to content

Commit

Permalink
Update internal/common/frontendo11yapi/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Selene <selenepinillos@gmail.com>
  • Loading branch information
kpelelis and spinillos authored Feb 19, 2025
1 parent 1531fa8 commit cf03fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/common/frontendo11yapi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (c *Client) GetApp(ctx context.Context, baseURL string, stackID int64, appI
var app App
err := c.doAPIRequest(ctx, baseURL, stackID, http.MethodGet, path, nil, &app)
if err != nil {
return App{}, fmt.Errorf("failed to get faro apps: %w", err)
return App{}, fmt.Errorf("failed to get faro app: %w", err)
}
return app, nil
}
Expand Down

0 comments on commit cf03fe3

Please sign in to comment.