We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d4410 commit 1f9f636Copy full SHA for 1f9f636
src/init/initJsonApiPlugin.js
@@ -21,8 +21,8 @@ export function initJsonApiPlugin (config) {
21
api.setBaseUrl(config.baseUrl)
22
}
23
24
- if (checkConfigProperty(config, 'preprocessingCallbacks', false)) {
25
- api.setPreprocessingCallbacks(config.preprocessingCallbacks)
+ if (checkConfigProperty(config, 'successCallbacks', false)) {
+ api.setSuccessCallbacks(config.successCallbacks)
26
27
28
if (checkConfigProperty(config, 'errorCallbacks', false)) {
0 commit comments