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:
parent
7baa97601a
commit
1e9b1e6d08
@ -125,7 +125,7 @@ EndFunction
|
||||
|
||||
Function ParseJSON(Json) Export
|
||||
|
||||
If ValueIsNotFilled(Json) Then
|
||||
If Not ValueIsFilled(Json) Then
|
||||
Return Undefined;
|
||||
EndIf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user