Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 46b7b9f

Browse files
committed
Updates the JS Comments for initialization
1 parent 902e55a commit 46b7b9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/PostgrestClient.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ export default class PostgrestClient {
1010
* Creates a PostgREST client.
1111
*
1212
* @param url URL of the PostgREST endpoint.
13-
* @param headers Custom headers.
14-
* @param schema Postgres schema to switch to.
13+
* @param options Additional initialization options.
14+
* @param options.headers Custom headers.
15+
* @param options.schema Postgres schema to switch to.
1516
*/
1617
constructor(
1718
url: string,

0 commit comments

Comments
 (0)