Skip to content

Commit cdb6b7d

Browse files
committed
eslint
1 parent d176c4a commit cdb6b7d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

upsertGitHubTag/deployment/index.js

+10-2
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,17 @@ function processEvent(event, callback) {
276276
function logPayloadToS3(command, deliveryId) {
277277
try {
278278
const response = client.send(command);
279-
console.log("Successfully uploaded payload to bucket. DeliveryID: ", deliveryId, response);
279+
console.log(
280+
"Successfully uploaded payload to bucket. DeliveryID: ",
281+
deliveryId,
282+
response
283+
);
280284
} catch (err) {
281-
console.error("Error uploading payload to bucket. DeliveryID: ", deliveryId, err);
285+
console.error(
286+
"Error uploading payload to bucket. DeliveryID: ",
287+
deliveryId,
288+
err
289+
);
282290
}
283291
}
284292
// Handle response from Dockstore webservice

0 commit comments

Comments
 (0)