Skip to content

Commit d5ea151

Browse files
author
Shakeel Mohamed
committed
Remove exclamation, it gets urlencoded somewhere and looks bad
1 parent 64adc91 commit d5ea151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/batching.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var payload2 = {
7878
message: {
7979
temperature: "75F",
8080
chickenCount: 600,
81-
note: "New chickens have arrived!"
81+
note: "New chickens have arrived"
8282
},
8383
metadata: payload.metadata
8484
};
@@ -97,4 +97,4 @@ Logger.send(payload2);
9797
Logger.flush(function(err, resp, body) {
9898
// If successful, body will be { text: 'Success', code: 0 }
9999
console.log("Response from Splunk", body);
100-
});
100+
});

0 commit comments

Comments
 (0)