Safely ignore nil values in list fields
This commit is contained in:
parent
70b66f2b31
commit
019ba5dcfc
@ -632,7 +632,7 @@
|
|||||||
elseif not table.isempty(value) then
|
elseif not table.isempty(value) then
|
||||||
store(value)
|
store(value)
|
||||||
end
|
end
|
||||||
else
|
elseif value then
|
||||||
store(value)
|
store(value)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user