Skip to content

Commit

Permalink
ah, ha...how and by are swapped here
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Jan 11, 2024
1 parent 467d1ea commit 0e3179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/connectors/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ func (this *inventoryConnectorImpl) getHostDetails(
func (this *inventoryConnectorImpl) getSystemProfileDetails(
ctx context.Context,
IDs []string,
orderBy string,
orderHow string,
orderBy string,
limit int,
offset int,
) (details map[string]HostSystemProfileOut, err error) {
Expand Down

0 comments on commit 0e3179e

Please sign in to comment.