1
0
mirror of https://github.com/pintov/1c-jwt.git synced 2024-11-24 08:12:36 +02:00

Fixed typo

This commit is contained in:
pintov 2020-05-17 21:28:52 +03:00
parent 7baa97601a
commit 1e9b1e6d08

View File

@ -125,7 +125,7 @@ EndFunction
Function ParseJSON(Json) Export
If ValueIsNotFilled(Json) Then
If Not ValueIsFilled(Json) Then
Return Undefined;
EndIf;