Skip to content

Commit

Permalink
fix(samples): delete stale comment from sample (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
2 people authored and Ace Nassri committed Nov 14, 2022
1 parent 95b33c2 commit c49a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/createJob.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function createJob(projectId, locationId, serviceId) {
},
relativeUri: '/log_payload',
httpMethod: 'POST',
body: Buffer.from('Hello World'), //.toString("base64"),
body: Buffer.from('Hello World'),
},
schedule: '* * * * *',
timeZone: 'America/Los_Angeles',
Expand Down

0 comments on commit c49a187

Please sign in to comment.