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 3341188 commit 2a903f6Copy full SHA for 2a903f6
api/src/digest/cron.ts
@@ -234,7 +234,7 @@ it may contain non-translatable parts like acronyms, keep them as is.`;
234
url: repoContribution.url,
235
repositoryId,
236
contributorId,
237
- id: `${provider}-${repoContribution.id}`,
+ id: repoContribution.id,
238
};
239
await this.contributionsRepository.upsert(contributionEntity);
240
await this.searchService.upsert("contribution", contributionEntity);
0 commit comments