Skip to content

Commit 159bca2

Browse files
committed
#7620 minor formatting cleanup
1 parent 4ec87f7 commit 159bca2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ai/mcp/server/github-workflow/services/SyncService.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class SyncService extends Base {
506506
allIssues.push(...issues.nodes);
507507

508508
hasNextPage = issues.pageInfo.hasNextPage;
509-
cursor = issues.pageInfo.endCursor;
509+
cursor = issues.pageInfo.endCursor;
510510

511511
// Monitor rate limit usage
512512
totalCost += data.rateLimit.cost;
@@ -521,7 +521,7 @@ class SyncService extends Base {
521521
logger.info(`Found ${allIssues.length} issues updated since last sync`);
522522

523523
const newMetadata = {
524-
issues : { ...metadata.issues }, // Start with existing metadata
524+
issues : { ...metadata.issues }, // Start with existing metadata
525525
pushFailures: metadata.pushFailures || [],
526526
lastSync : new Date().toISOString()
527527
};

0 commit comments

Comments
 (0)