Skip to content

Commit

Permalink
chore(example): fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Jul 18, 2024
1 parent ba51ca4 commit 8e44abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/native-method/web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ document.getElementById("btn")!.addEventListener("click", async () => {
}
});

document.getElementById("message")!.innerText = await bridge.getHelloWorld();
document.getElementById("message")!.innerText = await bridge.getMessage();

0 comments on commit 8e44abc

Please sign in to comment.