Skip to content

Commit 5977cdc

Browse files
committed
feat(LibraryNavigator): fixed failing tests
Signed-off-by: Kishan Patel <[email protected]>
1 parent aea4ca6 commit 5977cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/connection/itc/ItcLibraryAdapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class ItcLibraryAdapter implements LibraryAdapter {
128128
const { rows } = await this.getRows(item, start, limit);
129129

130130
rows.unshift(columns);
131-
132131
// Fetching csv doesn't rely on count. Instead, we get the count
133132
// upfront via getTableRowCount
134133
return { rows, count: -1 };

0 commit comments

Comments
 (0)