ryanwhowe / key-value-store

This is a database backed key/value store setter and getter library with additional functionality
MIT License
2 stars 0 forks source link

Remove grouping value from getGroupingSet() return #10

Closed ryanwhowe closed 6 years ago

ryanwhowe commented 6 years ago

Describe the bug grouping was not removed from getGroupingSet() as part of PR #6 , this was an oversight and needs to be corrected. Grouping is known in every class and method and is redundant in the output.

This should be removed from the 1.0 branch

ryanwhowe commented 6 years ago

Completed in #15