From 1e9b1e6d082af0618d379379a41d8bb602e50308 Mon Sep 17 00:00:00 2001 From: pintov Date: Sun, 17 May 2020 21:28:52 +0300 Subject: [PATCH] Fixed typo --- src/JWT.bsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JWT.bsl b/src/JWT.bsl index 29492ae..d2f8e01 100644 --- a/src/JWT.bsl +++ b/src/JWT.bsl @@ -125,7 +125,7 @@ EndFunction Function ParseJSON(Json) Export - If ValueIsNotFilled(Json) Then + If Not ValueIsFilled(Json) Then Return Undefined; EndIf;