Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
emplam27 committed Feb 11, 2025
1 parent 451285a commit b9d8ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vanilla-quill/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function main() {
// 01-1. create client with RPCAddr then activate it.
const client = new yorkie.Client(import.meta.env.VITE_YORKIE_API_ADDR, {
apiKey: import.meta.env.VITE_YORKIE_API_KEY,
metadata: { userId: 'dummy_user_id' },
metadata: { userID: 'dummy_user_id' },
});
await client.activate();

Expand Down

0 comments on commit b9d8ca2

Please sign in to comment.