Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Merge 3e9d29d into 2e11ed5
Browse files Browse the repository at this point in the history
  • Loading branch information
clark-pan committed Feb 1, 2019
2 parents 2e11ed5 + 3e9d29d commit e154027
Show file tree
Hide file tree
Showing 3 changed files with 1,376 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/emitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function emitter(endpoint, protocol, port, method, bufferSize, callback, agentOp
buffer = [];
if (method === 'post') {
var postJson = {
schema: 'iglu:com.snowplowanalytics.snowplow/payload_data/jsonschema/1-0-0',
schema: 'iglu:com.snowplowanalytics.snowplow/payload_data/jsonschema/1-0-4',
data: temp.map(valuesToStrings)
};
request.post({
Expand Down

0 comments on commit e154027

Please sign in to comment.