diff options
Diffstat (limited to 'acf/model/node.lua')
-rw-r--r-- | acf/model/node.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acf/model/node.lua b/acf/model/node.lua index 4b4808d..f3f9d28 100644 --- a/acf/model/node.lua +++ b/acf/model/node.lua @@ -139,7 +139,7 @@ function Collection:init(context, params) return res end - function mt.members() return mt.txn:get(mt.addr, 'table') or {} end + function mt.members() return mt.txn:get(mt.addr) or {} end function mt.validate() if #mt.members() > 0 then return end |