Skip to content

Commit ab134c0

Browse files
committed
oops
1 parent fede33a commit ab134c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upsertGitHubTag/deployment/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ function logPayloadToS3(eventType, body, deliveryId) {
275275
const bucketPath = `${uploadYear}-${uploadMonth}-${uploadDate}/${uploadHour}/${deliveryId}`;
276276

277277
const fullPayload = {};
278-
fullPayload[eventType] = eventType;
279-
fullPayload[body] = body;
278+
fullPayload["eventType"] = eventType;
279+
fullPayload["body"] = body;
280280

281281
const command = new PutObjectCommand({
282282
Bucket: process.env.BUCKET_NAME,

0 commit comments

Comments
 (0)