Skip to content

Commit

Permalink
fix: type error when ordering on json[b] columns
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Jul 7, 2023
1 parent cb94a8d commit c95035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgrestTransformBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class PostgrestTransformBuilder<
): this
order(
column: string,
options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable: string }
options?: { ascending?: boolean; nullsFirst?: boolean; foreignTable?: string }
): this
/**
* Order the query result by `column`.
Expand Down

0 comments on commit c95035a

Please sign in to comment.