Skip to content

Commit

Permalink
fix: Remove null row at the end or result table
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Aug 25, 2022
1 parent e903402 commit e7710f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Speckle/Speckle.pq
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GetByUrl.Impl = (url as text) as table =>
addObjectCol = Table.AddColumn(addCommitCol, "Object ID", each objectId),
final = Table.ReorderColumns(addObjectCol, {"Stream URL", "Stream ID", "URL Type", "Branch Name", "Commit ID", "Object ID", "data"})
in
final;
Table.RemoveLastN(final, 1);

Speckle.GetObjectFromStream = Value.ReplaceType(GetObjFromStream.Impl, GetObjFromStream.Type);

Expand Down

0 comments on commit e7710f0

Please sign in to comment.