chore(clerk-auth): Update README.md (#226)

* Update README.md

* Update README.md
pull/227/head
Vaggelis Yfantis 2023-11-02 20:41:00 +02:00 committed by GitHub
parent b8076dfb47
commit 24750c37bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const app = new Hono()
app.use('*', clerkMiddleware()) app.use('*', clerkMiddleware())
app.get('/', async (c) => { app.get('/', async (c) => {
const clerk = c.get('clerk') const clerkClient = c.get('clerk')
try { try {
const user = await clerkClient.users.getUser('user_id_....') const user = await clerkClient.users.getUser('user_id_....')