Skip to content

Commit

Permalink
Update Module.bsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Apr 5, 2024
1 parent a4a60c8 commit 1206d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

Процедура ОбработатьОтвет(Ответ, Знач ПолныйОтвет = Ложь) Экспорт

Если ПолныйОтвет Или ТипЗнч(Ответ) = Тип("HTTPОтвет") Тогда
Если ПолныйОтвет Или ТипЗнч(Ответ) <> Тип("HTTPОтвет") Тогда
Возврат;
КонецЕсли;

Expand Down

0 comments on commit 1206d7c

Please sign in to comment.