Skip to content

Commit

Permalink
Fixup quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Jul 11, 2023
1 parent d495ac4 commit 95e4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
{"expr":"$$.name[0].given[0]","label":"First Name"},
{"expr":"$$.name[0].family","label":"Last Name"},
{"expr":"$$.birthDate","label":"Birth Date"},
{"dataType":"timeAgo","defaultSort":"asc","expr":"$$.extension[?(@.url==''http://isacc.app/time-of-last-unfollowedup-message'')].valueDateTime","label":"Time Since Reply","sortBy":"time-of-last-unresponded-message"},
{"dataType":"timeAgo","defaultSort":"asc","expr":"$$.extension[?(@.url=='http://isacc.app/time-of-last-unfollowedup-message')].valueDateTime","label":"Time Since Reply","sortBy":"time-of-last-unresponded-message"},
{"expr":"$$.generalPractitioner[0].display","label":"PrimaryAuthor","sortBy":"general-practitioner"}
]
Expand Down

0 comments on commit 95e4199

Please sign in to comment.