Skip to content

Commit f9a22f4

Browse files
fhinkelJustinBeckwith
authored andcommitted
fix(samples): delete stale comment from sample (#182)
Co-authored-by: Justin Beckwith <[email protected]>
1 parent 43020e0 commit f9a22f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/createJob.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function createJob(projectId, locationId, serviceId) {
4343
},
4444
relativeUri: '/log_payload',
4545
httpMethod: 'POST',
46-
body: Buffer.from('Hello World'), //.toString("base64"),
46+
body: Buffer.from('Hello World'),
4747
},
4848
schedule: '* * * * *',
4949
timeZone: 'America/Los_Angeles',

0 commit comments

Comments
 (0)