Skip to content

Commit

Permalink
fix typo in GDPR annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Feb 7, 2018
1 parent a7d6f40 commit 164dcb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export class ExtensionTipsService extends Disposable implements IExtensionTipsSe
this._dynamicWorkspaceRecommendations = storedRecommendationsJson['recommendations'];
/* __GDPR__
"dynamicWorkspaceRecommendations" : {
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"cache" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
Expand Down Expand Up @@ -722,7 +722,7 @@ export class ExtensionTipsService extends Disposable implements IExtensionTipsSe
}), StorageScope.WORKSPACE);
/* __GDPR__
"dynamicWorkspaceRecommendations" : {
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"cache" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
Expand Down

0 comments on commit 164dcb4

Please sign in to comment.