Skip to content

Commit

Permalink
Fixed results
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Mar 21, 2024
1 parent e638c78 commit 90f7738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/client/apps/app6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ getClientAPI().then(async fdc3 => {
})

log!!.textContent = `Got resolution: ${JSON.stringify(reso)}`
const result = reso.getResult()
const result = await reso.getResult()
log!!.textContent += `Got result: ${JSON.stringify(result)}`
});

0 comments on commit 90f7738

Please sign in to comment.