mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Using more strict eslint rules
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* @returns {Function}
|
||||
*/
|
||||
module.exports = function spread(callback) {
|
||||
return function (arr) {
|
||||
return function wrap(arr) {
|
||||
return callback.apply(null, arr);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user