From 5e559325d1919c782ad77fe20b8b068ae9184c13 Mon Sep 17 00:00:00 2001 From: DigitalBrainJS Date: Wed, 12 Oct 2022 18:20:58 +0300 Subject: [PATCH] Added missed semicolon; --- lib/core/Axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/Axios.js b/lib/core/Axios.js index 8750f29dd6..60d58384c4 100644 --- a/lib/core/Axios.js +++ b/lib/core/Axios.js @@ -61,7 +61,7 @@ class Axios { validator.assertOptions(paramsSerializer, { encode: validators.function, serialize: validators.function - }, false) + }, false); } // Set config.method