mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Updating dependencies
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ module.exports = {
|
||||
data = data.replace(PROTECTION_PREFIX, '');
|
||||
try {
|
||||
data = JSON.parse(data);
|
||||
} catch (e) {}
|
||||
} catch (e) { /* Ignore */ }
|
||||
}
|
||||
return data;
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user