Skip to content

Commit 46751d6

Browse files
committed
read node can return associations and nodes
1 parent ba8b455 commit 46751d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/branches/Branch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public async Task<IBaseNode> ReadNodeAsync(string nodeId)
5151
try
5252
{
5353
JObject response = await Driver.GetAsync(uri);
54-
node = new Node(this, response);
54+
node = NodeUtil.Node(response, this);
5555
}
5656
catch (CloudCMSRequestException)
5757
{

0 commit comments

Comments
 (0)