From d500ede94421c26f8f1c492dba265ab25e75d488 Mon Sep 17 00:00:00 2001 From: Liry24 <47878070+Liry24@users.noreply.github.com> Date: Wed, 14 May 2025 05:46:30 +0900 Subject: [PATCH] docs: add missing comma in listUsers query parameters --- docs/content/docs/plugins/admin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/admin.mdx b/docs/content/docs/plugins/admin.mdx index 78ddb646..93479219 100644 --- a/docs/content/docs/plugins/admin.mdx +++ b/docs/content/docs/plugins/admin.mdx @@ -120,7 +120,7 @@ const users = await authClient.admin.listUsers({ limit: 10, offset: 0, sortBy: "createdAt", - sortDirection: "desc" + sortDirection: "desc", filterField: "role", filterOperator: "eq", filterValue: "admin"