We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110436d commit 4503739Copy full SHA for 4503739
backend/src/services/integrationService.ts
@@ -908,7 +908,7 @@ export default class IntegrationService {
908
args: [{ integrationIds: [integration.id] }],
909
})
910
911
- return await txService.findById(integrationId)
+ return await this.findById(integrationId)
912
} catch (err) {
913
this.options.log.error(err, 'Error while creating or updating GitHub integration!')
914
if (!existingTransaction) {
0 commit comments