Skip to content

Commit

Permalink
Added missed semicolon;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Oct 12, 2022
1 parent ed7c2d9 commit 5e55932
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)
}, false);
}

// Set config.method
Expand Down

0 comments on commit 5e55932

Please sign in to comment.