Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Jul 10, 2024
1 parent fede33a commit ab134c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upsertGitHubTag/deployment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ function logPayloadToS3(eventType, body, deliveryId) {
const bucketPath = `${uploadYear}-${uploadMonth}-${uploadDate}/${uploadHour}/${deliveryId}`;

const fullPayload = {};
fullPayload[eventType] = eventType;
fullPayload[body] = body;
fullPayload["eventType"] = eventType;
fullPayload["body"] = body;

const command = new PutObjectCommand({
Bucket: process.env.BUCKET_NAME,
Expand Down

0 comments on commit ab134c0

Please sign in to comment.