mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Fixing bad use strict statement
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
* @returns {Promise} The Promise to be fulfilled
|
||||
*/
|
||||
module.exports = function dispatchRequest(config) {
|
||||
'use strict';
|
||||
|
||||
return new Promise(function (resolve, reject) {
|
||||
try {
|
||||
// For browsers use XHR adapter
|
||||
|
||||
Reference in New Issue
Block a user