Skip to content

Commit

Permalink
Remove async keyword from handleObservationExtract button click
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Sep 9, 2024
1 parent fb69d87 commit 5e6f7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function Playground() {
}

// Observation $extract
async function handleObservationExtract() {
function handleObservationExtract() {
const observations = extractObservationBased(sourceQuestionnaire, updatableResponse);
setExtractedResource(observations);

Expand Down

0 comments on commit 5e6f7ff

Please sign in to comment.