Skip to content

Commit

Permalink
fix(samples): region tag collided with tasks-api (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Oct 21, 2020
1 parent f9b2e61 commit 8d8e305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-tasks/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Create a task for a given queue with an arbitrary payload.
*/
function main(project, location, queue, payload, inSeconds) {
// [START tasks_quickstart]
// [START cloud_tasks_quickstart]
// Imports the Google Cloud Tasks library.
const {CloudTasksClient} = require('@google-cloud/tasks');

Expand Down Expand Up @@ -65,7 +65,7 @@ function main(project, location, queue, payload, inSeconds) {
console.log(`Created task ${name}`);
}
quickstart();
// [END tasks_quickstart]
// [END cloud_tasks_quickstart]
}

process.on('unhandledRejection', err => {
Expand Down

0 comments on commit 8d8e305

Please sign in to comment.