Skip to content

Commit 1a513e6

Browse files
committed
Fix query validation
1 parent 0de0a84 commit 1a513e6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

specification/sql/get_async/SqlGetAsyncResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { Id } from '@_types/common'
21-
import { Column, Row } from '../types'
21+
import { Column, Row } from '../_types/types'
2222

2323
export class Response {
2424
body: {

specification/sql/query/QuerySqlResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { Id } from '@_types/common'
21-
import { Column, Row } from '../types'
21+
import { Column, Row } from '../_types/types'
2222

2323
export class Response {
2424
body: {

0 commit comments

Comments
 (0)