We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74b8ffd + 4503739 commit d88b429Copy full SHA for d88b429
1 file changed
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