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

Commit 108318c

Browse files
committed
Reverts the JS Doc changes. I can confirm that TSDoc doesn't like nested params
1 parent 46b7b9f commit 108318c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/PostgrestClient.ts

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

0 commit comments

Comments
 (0)