Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JettTech committed Jul 20, 2024
1 parent a4224b8 commit 98e281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/hbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function fetchHostCriteria(hostIds = [], environment, hbsServicePor
const payload = {
"page": currentPageNumber,
"itemsPerPage": itemsPerPage,
"ids": hostIds || []
"ids": hostIds
}

// TODO: This endpoint needs to be update in HBS to return the standard hbs "pagination" type,
Expand Down

0 comments on commit 98e281d

Please sign in to comment.