mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-26 06:45:13 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
14
web/admin-spa/node_modules/axios/lib/helpers/isAxiosError.js
generated
vendored
14
web/admin-spa/node_modules/axios/lib/helpers/isAxiosError.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
import utils from './../utils.js';
|
||||
|
||||
/**
|
||||
* Determines whether the payload is an error thrown by Axios
|
||||
*
|
||||
* @param {*} payload The value to test
|
||||
*
|
||||
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
||||
*/
|
||||
export default function isAxiosError(payload) {
|
||||
return utils.isObject(payload) && (payload.isAxiosError === true);
|
||||
}
|
||||
Reference in New Issue
Block a user