Skip to content

Commit

Permalink
Update member_invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Jan 3, 2024
1 parent a7e13a9 commit 8dec2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhirpathpy/engine/evaluators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def func(acc, res):


def member_invocation(ctx, parentData, node):
key = engine.do_eval(ctx, parentData, node["children"][0])[0]
key = engine.do_eval(ctx, parentData, node["children"][0])[0].replace("`", "")
model = ctx["model"]

if isinstance(parentData, list):
Expand Down

0 comments on commit 8dec2f5

Please sign in to comment.