Skip to content

Commit

Permalink
Region tags: rm underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Nov 14, 2022
1 parent 94bc97c commit 638f5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/createJob.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Create a job with an App Engine target via the Cloud Scheduler API
*/
async function createJob(projectId, locationId, serviceId) {
// [START cloud_scheduler_create_job]
// [START cloudscheduler_create_job]
const scheduler = require('@google-cloud/scheduler');

// Create a client.
Expand Down Expand Up @@ -57,7 +57,7 @@ async function createJob(projectId, locationId, serviceId) {
// Use the client to send the job creation request.
const [response] = await client.createJob(request);
console.log(`Created job: ${response.name}`);
// [END cloud_scheduler_create_job]
// [END cloudscheduler_create_job]
}

const args = process.argv.slice(2);
Expand Down

0 comments on commit 638f5bc

Please sign in to comment.