We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f1ebd + 6814492 commit d6e1b9bCopy full SHA for d6e1b9b
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 this.findById(integrationId)
+ return await this.findById(integration.id)
912
} catch (err) {
913
this.options.log.error(err, 'Error while creating or updating GitHub integration!')
914
if (!existingTransaction) {
0 commit comments