Skip to content

Commit

Permalink
fix build (#156113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Jul 25, 2022
1 parent c1b16a3 commit 3cbf306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ interface InstalledExtensionsEvent {
}
interface ExtensionsLoadClassification extends GDPRClassification<InstalledExtensionsEvent> {
owner: 'digitarald';
comment: 'Helps to understand which extensions are the most actively used.',
comment: 'Helps to understand which extensions are the most actively used.';
readonly extensionIds: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The list of extension ids that are installed.' };
readonly count: { classification: 'PublicNonPersonalData'; purpose: 'FeatureInsight'; comment: 'The number of extensions that are installed.' };
}
Expand Down

0 comments on commit 3cbf306

Please sign in to comment.