Skip to content

Commit abb6c02

Browse files
committed
chore: remove warnings from ResultSetHeader[] examples
1 parent 4ca95d9 commit abb6c02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/en/TypeScript-Examples.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `rows` output will be these possible types:
6363
- `RowDataPacket[]`
6464
- `RowDataPacket[][]`
6565
- `ResultSetHeader`
66-
- `ResultSetHeader[]` (needs to be fixed ⚠️)
66+
- `ResultSetHeader[]`
6767
- `ProcedureCallPacket`
6868

6969
In this example, you need to manually check the output types
@@ -186,8 +186,6 @@ conn.query<ResultSetHeader>(sql, (_err, result) => {
186186
---
187187

188188
#### ResultSetHeader[]
189-
> Needs to be fixed ⚠️
190-
191189
For multiples `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, etc. when using `multipleStatements` as `true`
192190

193191
```ts

0 commit comments

Comments
 (0)