File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/clients/tanstack-query/test Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,5 +104,6 @@ function check(_value: unknown) {
104104
105105// @ts -expect-error delegate model
106106client . foo . useCreate ( ) ;
107+
107108client . foo . useUpdate ( ) ;
108109client . bar . useCreate ( ) ;
Original file line number Diff line number Diff line change @@ -101,5 +101,6 @@ function check(_value: unknown) {
101101
102102// @ts -expect-error delegate model
103103client . foo . useCreate ( ) ;
104+
104105client . foo . useUpdate ( ) ;
105106client . bar . useCreate ( ) ;
Original file line number Diff line number Diff line change @@ -102,5 +102,6 @@ function check(_value: unknown) {
102102
103103// @ts -expect-error delegate model
104104client . foo . useCreate ( ) ;
105+
105106client . foo . useUpdate ( ) ;
106107client . bar . useCreate ( ) ;
You can’t perform that action at this time.
0 commit comments