Skip to content

Commit b72e300

Browse files
committed
fix: insights projects repositories on integrations update
Signed-off-by: Joana Maia <[email protected]>
1 parent cd2685e commit b72e300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/services/integrationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default class IntegrationService {
233233
segmentId,
234234
txOptions,
235235
})
236-
: []
236+
: insightsProject.repositories || []
237237

238238
await this.updateInsightsProject({
239239
insightsProjectId,

0 commit comments

Comments
 (0)