You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/services/integrationService.ts
+26-34Lines changed: 26 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1340,7 +1340,6 @@ export default class IntegrationService {
1340
1340
options||this.options,
1341
1341
transaction,
1342
1342
integration.id,
1343
-
// inheritFromExistingRepos defaults to true during migration until all repos are migrated then git.repositories can be used as source of truth instead of existing repo tables
1344
1343
)
1345
1344
1346
1345
// Only commit if we created the transaction ourselves
@@ -1376,7 +1375,6 @@ export default class IntegrationService {
0 commit comments