Skip to content

Commit 0aa6747

Browse files
authored
Merge pull request #760 from appwrite/fix-ruby-list-document
Fix Ruby not mapping document data properly
2 parents ca4700b + 22a9eed commit 0aa6747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ruby/lib/container/models/model.rb.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module {{ spec.title | caseUcfirst }}
3232

3333
{% endfor %}
3434
{% if definition.additionalProperties %}
35-
data: map["data"]
35+
data: map
3636
{% endif %}
3737
)
3838
end

0 commit comments

Comments
 (0)