Skip to content

Commit

Permalink
Update PostgrestQueryBuilder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yannxaver authored and steve-chavez committed Feb 11, 2023
1 parent 1946c72 commit c3a8bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgrestQueryBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class PostgrestQueryBuilder<
/**
* Perform a SELECT query on the table or view.
*
* @param columns - The columns to retrieve, separated by commas. Map a column to a custom key by writing `key:column`
* @param columns - The columns to retrieve, separated by commas. Columns can be renamed when returned with `customName:columnName`
*
* @param options - Named parameters
*
Expand Down

0 comments on commit c3a8bf5

Please sign in to comment.