Skip to content

Commit c95035a

Browse files
committed
fix: type error when ordering on json[b] columns
1 parent cb94a8d commit c95035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgrestTransformBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class PostgrestTransformBuilder<
4848
): this
4949
order(
5050
column: string,
51-
options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable: string }
51+
options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable?: string }
5252
): this
5353
/**
5454
* Order the query result by `column`.

0 commit comments

Comments
 (0)