Skip to content

Commit

Permalink
Fix segments sent to github installations request (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia authored Oct 10, 2024
1 parent cd68715 commit 64d62b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/modules/integration/integration-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ export class IntegrationService {

const response = await authAxios.get(
`/tenant/${tenantId}/github-installations`,
{
params: getSegments(),
},
);

return response.data;
Expand Down

0 comments on commit 64d62b4

Please sign in to comment.