Skip to content

Commit 29cd646

Browse files
committed
SUMO-92392: fixed warning in cloudwatch event
1 parent 70dcfc9 commit 29cd646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchevents/cloudwatchevents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports.handler = function (event, context) {
8989

9090
// Used to hold chunks of messages to post to SumoLogic
9191
var messageList = {};
92-
92+
var final_event;
9393
// Validate URL has been set
9494
var urlObject = url.parse(SumoURL);
9595
if (urlObject.protocol != 'https:' || urlObject.host === null || urlObject.path === null) {

0 commit comments

Comments
 (0)