Skip to content

Commit ddc47c0

Browse files
gcf-owl-bot[bot]dinesh-crest
authored andcommitted
1 parent 6c2ba49 commit ddc47c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/kAnonymityWithEntityIds.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function main(projectId, datasetId, sourceTableId, outputTableId) {
4848

4949
// Specify the unique identifier in the source table for the k-anonymity analysis.
5050
const uniqueIdField = {name: 'Name'};
51-
51+
5252
// These values represent the column names of quasi-identifiers to analyze
5353
const quasiIds = [{name: 'Age'}, {name: 'Mystery'}];
5454

0 commit comments

Comments
 (0)