Skip to content

Commit d14814f

Browse files
authoredSep 24, 2023
Merge pull request #3628 from andrewlamyw/patch-1
2 parents a1cf488 + 87a361b commit d14814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/toolkit/src/query/endpointDefinitions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export interface QueryExtraOptions<
402402
* need to use this with the `serializeQueryArgs` or `forceRefetch` options to keep
403403
* an existing cache entry so that it can be updated.
404404
*
405-
* Since this is wrapped with Immer, you , you may either mutate the `currentCacheValue` directly,
405+
* Since this is wrapped with Immer, you may either mutate the `currentCacheValue` directly,
406406
* or return a new value, but _not_ both at once.
407407
*
408408
* Will only be called if the existing `currentCacheData` is _not_ `undefined` - on first response,

0 commit comments

Comments
 (0)
Please sign in to comment.