Skip to content

Commit

Permalink
perf: mustache align to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andhreljaKern committed Jan 17, 2025
1 parent 6edfb1a commit 23ecd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mustache.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def prepare_and_render_mustache(template_text: str, record_dict: Dict[str, Any]) -> str:
comb_dict = {
"rd": record_dict,
"record": record_dict["data"],
}
return chevron.render(
template=template_text,
Expand Down

0 comments on commit 23ecd8a

Please sign in to comment.