intelicoreact 1.3.88 → 1.3.89
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.
|
@@ -96,7 +96,7 @@ class ApiUtils extends _Utils.default {
|
|
|
96
96
|
//? В этом месте все методы должны быть, т.к. response точно экземпляр Response.
|
|
97
97
|
//? А вот contentType-а походу может не быть. Наверное...
|
|
98
98
|
const contentType = response.headers.get("content-type");
|
|
99
|
-
;
|
|
99
|
+
if (!contentType) return "";
|
|
100
100
|
|
|
101
101
|
// ToDo - ошибка была в получении executor-а...
|
|
102
102
|
// ToDo - Все было через if. В случае, если не попадало ни в одну if-ку, то возвращался undefined по умолчанию,
|