Skip to content

Commit cddd519

Browse files
shaileshmishrashaileshmishra
authored andcommitted
initial push
1 parent 4a49743 commit cddd519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentstack/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def render_content(rte_array, embed_obj: dict,
110110
option_callback: OptionsCallback) -> object:
111111
if isinstance(rte_array, str):
112112
# convert to html
113-
Utils.get_embedded_objects(rte_array)
113+
html, metadata = Utils.get_embedded_objects(rte_array)
114114
return None
115115
elif isinstance(rte_array, list):
116116
for rte in rte_array:

0 commit comments

Comments
 (0)