Skip to content

Commit 9126ff4

Browse files
committed
refactor: remove unused comment
1 parent deda800 commit 9126ff4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package/src/operations/execute.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,4 @@ function buildJSQueryResult<Row extends QueryResultRow = never>(
4545
}
4646

4747
return resultWithRows
48-
49-
// return Object.assign(result, {
50-
// rows: {
51-
// _array: result.results,
52-
// length: result.results.length,
53-
// item: (idx: number) => result.results[idx],
54-
// },
55-
// })
5648
}

0 commit comments

Comments
 (0)