@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.cjs.js
CHANGED
|
@@ -18588,7 +18588,7 @@ const setAuthHeaders = (projectKey) => {
|
|
|
18588
18588
|
};
|
|
18589
18589
|
};
|
|
18590
18590
|
function initializeAxios({ projectKey, baseURL, }) {
|
|
18591
|
-
axios.defaults.baseURL = baseURL;
|
|
18591
|
+
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.net";
|
|
18592
18592
|
setAuthHeaders(projectKey);
|
|
18593
18593
|
}
|
|
18594
18594
|
|