Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Apr 16, 2024
1 parent cdb6b7d commit d02b3d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions upsertGitHubTag/deployment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,15 @@ function logPayloadToS3(command, deliveryId) {
try {
const response = client.send(command);
console.log(
"Successfully uploaded payload to bucket. DeliveryID: ",
deliveryId,
response
"Successfully uploaded payload to bucket. DeliveryID: ",
deliveryId,
response
);
} catch (err) {
console.error(
"Error uploading payload to bucket. DeliveryID: ",
deliveryId,
err
"Error uploading payload to bucket. DeliveryID: ",
deliveryId,
err
);
}
}
Expand Down

0 comments on commit d02b3d2

Please sign in to comment.