Skip to content

Commit

Permalink
Update SOURCE.4dm: fix a potential error if a null data has been publ…
Browse files Browse the repository at this point in the history
…ished
  • Loading branch information
e-marchand committed Nov 19, 2023
1 parent 2793078 commit d03c888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/Sources/Classes/SOURCE.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Function checkingServerResponse($data : Object)

$result:=$data.response ? $data.response : $data

If ($data.success)\
If (Bool:C1537($data.success))\
&& (Bool:C1537($data.response.ok))

$result.type:=0
Expand Down Expand Up @@ -670,4 +670,4 @@ Function updateDatasetComment()
End if
End if
End if


0 comments on commit d03c888

Please sign in to comment.