File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ index 0e8b6ac..9df7314 100644
2525 /**
2626 * Determine if we're running in a standard browser environment
2727diff --git a/node_modules/axios/lib/platform/common/utils.js b/node_modules/axios/lib/platform/common/utils.js
28- index 52a3186..6a71374 100644
28+ index 52a3186..45f1327 100644
2929--- a/node_modules/axios/lib/platform/common/utils.js
3030+++ b/node_modules/axios/lib/platform/common/utils.js
31- @@ -1,6 +1,7 @@
31+ @@ -1,6 +1,6 @@
3232 const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
3333
3434- const _navigator = typeof navigator === 'object' && navigator || undefined;
35- + const _navigator = undefined; // PATCHED
35+ + const _navigator = undefined; // PATCHED: Removed navigator check
3636
3737 /**
3838 * Determine if we're running in a standard browser environment
You can’t perform that action at this time.
0 commit comments