fix justOne

This commit is contained in:
2021-11-30 19:20:24 +01:00
parent 10f93149bf
commit fa6ed8b0a4

View File

@ -113,7 +113,7 @@ null#slurp
#end if
);
return new ObjectResult(res#slurp
#if $operation['isList']
#if not $operation['isList']
[0]#slurp
#end if
);