Skip to content

Commit

Permalink
update actorId to id (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysdev authored Oct 6, 2023
1 parent 5933a78 commit c50fd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const App = () => {
// State of the input component.
const [greetingMessage, setGreetingMessage] = useState("");

const { useGreetings } = Greeter({ actorId: GREETER_ID });
const { useGreetings } = Greeter({ id: GREETER_ID });
const {
response,
mutations: { Greet },
Expand Down

0 comments on commit c50fd86

Please sign in to comment.