Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 0964d0a commit 36b8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/ecr-viewer/src/app/view-data/utils/evaluate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const evaluate = (
const key =
(fhirData?.resourceType === "Bundle"
? "bundle"
: fhirData?.id ?? JSON.stringify(fhirData)) +
: (fhirData?.id ?? JSON.stringify(fhirData))) +
",,,,," +
JSON.stringify(context) +
",,,,," +
Expand Down

0 comments on commit 36b8fc3

Please sign in to comment.