Skip to content

Commit

Permalink
Fix git integration connection (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia authored Jul 13, 2023
1 parent 3853507 commit 6dfd44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/modules/integration/integration-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export class IntegrationService {

const response = await authAxios.put(`/tenant/${tenantId}/git-connect`, {
remotes,
...getSegments(),
});

return response.data;
Expand Down

0 comments on commit 6dfd44d

Please sign in to comment.