Skip to content

Commit 05419fb

Browse files
committed
chore: fix types.test-d.ts
1 parent a710851 commit 05419fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/select-query-parser/types.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ import { ParseQuery } from '../../src/select-query-parser/parser'
154154
data: Json | null
155155
status: Database['public']['Enums']['user_status'] | null
156156
username: string
157-
}
157+
} | null
158158
}
159159
expectType<r1>(expected!)
160160
type r2 = ProcessNodes<Schema, Row, RelationName, Relationships, ParsedQuery>

0 commit comments

Comments
 (0)