Skip to content

Commit

Permalink
fix(ADVISOR-3016): Add perPage arg to getEntities (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente authored Mar 6, 2023
1 parent 465142f commit 6b42a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export async function getEntities(items, {
try {
const result = await hosts.apiHostGetHostSystemProfileById(
items,
undefined,
perPage,
undefined,
undefined,
undefined,
Expand Down

0 comments on commit 6b42a24

Please sign in to comment.