We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43020e0 commit f9a22f4Copy full SHA for f9a22f4
scheduler/createJob.js
@@ -43,7 +43,7 @@ async function createJob(projectId, locationId, serviceId) {
43
},
44
relativeUri: '/log_payload',
45
httpMethod: 'POST',
46
- body: Buffer.from('Hello World'), //.toString("base64"),
+ body: Buffer.from('Hello World'),
47
48
schedule: '* * * * *',
49
timeZone: 'America/Los_Angeles',
0 commit comments