Skip to content

Commit

Permalink
Merge branch 'fix/synthetics-overview-project-monitors' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/dominiqueclarke/kibana into fix/synthetics-overview-project-monitors
  • Loading branch information
dominiqueclarke committed Nov 21, 2022
2 parents 04f5a14 + 2fa2235 commit 6740ecd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export const getAllSyntheticsMonitorRoute: SyntheticsRestApiRouteFactory = () =>

const countResult = isMonitorsQueryFiltered(request.query)
? await savedObjectsClient.find({
type: syntheticsMonitorType,
perPage: 0,
page: 1,
})
type: syntheticsMonitorType,
perPage: 0,
page: 1,
})
: queryResult;

const { saved_objects: monitors, per_page: perPageT, ...rest } = queryResult;
Expand Down

0 comments on commit 6740ecd

Please sign in to comment.