Skip to content

Commit

Permalink
Do not send key to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jan 28, 2025
1 parent cca7b22 commit 9939ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/JobInvocationDetail/JobInvocationHostTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const JobInvocationHostTable = ({
'get',
`/api/job_invocations/${id}/hosts`,
{
params: { ...defaultParams, key: JOB_INVOCATION_HOSTS },
params: defaultParams,
}
);

Expand Down

0 comments on commit 9939ab3

Please sign in to comment.