Skip to content

Commit

Permalink
refactor(data-point/../reducer-entity) refactor variable name
Browse files Browse the repository at this point in the history
closes #143
  • Loading branch information
Victor Singh authored and acatl committed Jan 24, 2018
1 parent c123a11 commit ee4cfeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ReducerEntity () {
this.name = ''
this.entityType = null
this.asCollection = false
this.withEmptyConditional = false
this.hasEmptyConditional = false
}

module.exports.ReducerEntity = ReducerEntity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Array [
"id": "transform:entity-name",
"name": "entity-name",
"type": "ReducerEntity",
"withEmptyConditional": false,
Symbol(reducer): true,
},
},
Expand Down

0 comments on commit ee4cfeb

Please sign in to comment.