Skip to content

Commit 4c117fa

Browse files
committed
chore: apply PR comment
1 parent 6aaef17 commit 4c117fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgrestTransformBuilder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default class PostgrestTransformBuilder<
307307
* Override the type of the returned `data`.
308308
*
309309
* @typeParam NewResult - The new result type to override with
310-
* @deprecated Use overrideTypes<yourType, { partial: false }>() method at the end of your call chain instead
310+
* @deprecated Use overrideTypes<yourType, { merge: false }>() method at the end of your call chain instead
311311
*/
312312
returns<NewResult>(): PostgrestTransformBuilder<
313313
Schema,

0 commit comments

Comments
 (0)