Skip to content

Commit

Permalink
Added missed semicolon;
Browse files Browse the repository at this point in the history
Fixed allowUnknown option;
  • Loading branch information
DigitalBrainJS committed Oct 12, 2022
1 parent ed7c2d9 commit aa332dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/Axios.js
Expand Up @@ -61,7 +61,7 @@ class Axios {
validator.assertOptions(paramsSerializer, {
encode: validators.function,
serialize: validators.function
}, false)
}, true);
}

// Set config.method
Expand Down

0 comments on commit aa332dc

Please sign in to comment.