Skip to content

Commit

Permalink
Merge pull request #35 from lux-group/RES-100
Browse files Browse the repository at this point in the history
[RES-100] Wrong uuid being sent when dispatching
  • Loading branch information
reb2020 authored Mar 15, 2021
2 parents 338672f + 046023c commit 0f4ed03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function mapAttributes(data) {
return accumulator;
};

const attributeList = ["type", "uri", "id", "checksum", "json"];
const attributeList = ["type", "uri", "id", "checksum", "source", "json"];

return attributeList.reduce(attributeReducer, {});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/lib-events",
"version": "1.0.35",
"version": "1.0.36",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest && yarn run lint",
Expand Down

0 comments on commit 0f4ed03

Please sign in to comment.