Skip to content

Conversation

@michaelgwelch
Copy link
Member

@michaelgwelch michaelgwelch commented Aug 3, 2024

feat: addGetObjects for root of tree. Returns the root object and it's direct children.

@michaelgwelch michaelgwelch changed the base branch from master to welch/fix145 August 3, 2024 20:36
@michaelgwelch michaelgwelch changed the title #145 by handling trees from server add GetObjects for root of tree Aug 3, 2024
@michaelgwelch michaelgwelch added the enhancement New feature or request label Aug 4, 2024
@michaelgwelch michaelgwelch self-assigned this Aug 4, 2024
@michaelgwelch michaelgwelch force-pushed the welch/addGetObjects branch 3 times, most recently from f3f8264 to a790ee1 Compare August 29, 2024 15:39
if (Trends != null) { Trends.Version = version.Value; }
base.Version = value;
// override the base version as well
base.Version = version.Value;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make this assignment consistent with all of the others which use version.Value on the RHS. Not a big deal but I noted that line 127 which I introduced in #147 (I think) just didn't follow the pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do Not Merge enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant