Skip to content

Commit 4432ee0

Browse files
fix: restore SyncProcessor logic and finalize RepoArg rebranding
1 parent 9d3ac38 commit 4432ee0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/modules/sync/sync.processor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class SyncProcessor {
2424

2525
@Process('sync-repo')
2626
async handleSyncJob(job: Job<SyncJobPayload>): Promise<void> {
27+
const { repoName: jobRepoName, repoFullName, eventType } = job.data;
2728
const org = this.configService.get<string>('GITHUB_ORG', 'c2siorg');
2829

2930
// Parse owner and repoName from fullName

0 commit comments

Comments
 (0)