@bigbinary/neeto-playwright-reporter 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -18569,7 +18569,7 @@ const setAuthHeaders = (projectKey) => {
|
|
|
18569
18569
|
};
|
|
18570
18570
|
};
|
|
18571
18571
|
function initializeAxios({ projectKey, baseURL, }) {
|
|
18572
|
-
axios.defaults.baseURL = baseURL;
|
|
18572
|
+
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.net";
|
|
18573
18573
|
setAuthHeaders(projectKey);
|
|
18574
18574
|
}
|
|
18575
18575
|
|