Skip to content

Commit

Permalink
Merge pull request #5 from finos-labs/rob-first-version
Browse files Browse the repository at this point in the history
Testing auto-sign
  • Loading branch information
robmoffat authored Jul 2, 2023
2 parents 02180a5 + e4127d4 commit 2fad920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/dummy-desktop-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ window.addEventListener("load", () => {
const daDetailResolver : DesktopAgentDetailResolver = () => {
return {
apiId : currentApiInstance++,
key: "Abc"
apikey: "Abc"
}
}

Expand Down

0 comments on commit 2fad920

Please sign in to comment.