Skip to content

Commit c3a8bf5

Browse files
yannxaversteve-chavez
authored andcommitted
Update PostgrestQueryBuilder.ts
1 parent 1946c72 commit c3a8bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgrestQueryBuilder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class PostgrestQueryBuilder<
3434
/**
3535
* Perform a SELECT query on the table or view.
3636
*
37-
* @param columns - The columns to retrieve, separated by commas. Map a column to a custom key by writing `key:column`
37+
* @param columns - The columns to retrieve, separated by commas. Columns can be renamed when returned with `customName:columnName`
3838
*
3939
* @param options - Named parameters
4040
*

0 commit comments

Comments
 (0)