Skip to content

Commit e47f7ee

Browse files
authored
Fix bad GDPR comment (#7519)
1 parent ec5b341 commit e47f7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github/pullRequestOverview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class PullRequestOverviewPanel extends IssueOverviewPanel<PullRequestMode
7070

7171
/* __GDPR__
7272
"pr.openDescription" : {
73-
"isCopilot" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
73+
"isCopilot" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
7474
}
7575
*/
7676
telemetry.sendTelemetryEvent('pr.openDescription', { isCopilot: (issue.author.login === COPILOT_LOGINS[1]) ? 'true' : 'false' });

0 commit comments

Comments
 (0)