Skip to content

Commit

Permalink
Clean up DLP region tags. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Mar 7, 2018
1 parent f111afd commit 492ac70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-privacy-dlp/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'use strict';

// [START quickstart]
// [START dlp_quickstart]
// Imports the Google Cloud Data Loss Prevention library
const DLP = require('@google-cloud/dlp');

Expand Down Expand Up @@ -72,4 +72,4 @@ dlp
.catch(err => {
console.error(`Error in inspectString: ${err.message || err}`);
});
// [END quickstart]
// [END dlp_quickstart]

0 comments on commit 492ac70

Please sign in to comment.