Skip to content

Commit 23ecd8a

Browse files
committed
perf: mustache align to requirements
1 parent 6edfb1a commit 23ecd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mustache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def prepare_and_render_mustache(template_text: str, record_dict: Dict[str, Any]) -> str:
66
comb_dict = {
7-
"rd": record_dict,
7+
"record": record_dict["data"],
88
}
99
return chevron.render(
1010
template=template_text,

0 commit comments

Comments
 (0)