Skip to content

Commit c37b977

Browse files
committed
Add missing error value
1 parent 38537c3 commit c37b977

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"39": "called \\`injectEndpoints\\` to override already-existing endpointName without specifying \\`overrideExisting: true\\`",
4242
"40": "maxPages for endpoint '' must be a number greater than 0",
4343
"41": "getPreviousPageParam for endpoint '' must be a function if maxPages is used",
44-
"42": "Duplicate middleware references found when creating the store. Ensure that each middleware is only included once."
44+
"42": "Duplicate middleware references found when creating the store. Ensure that each middleware is only included once.",
45+
"43": "`builder.addAsyncThunk` should only be called before calling `builder.addDefaultCase`"
4546
}

0 commit comments

Comments
 (0)