From 0a79a99df9eceb4a4e00c157fc2d5870562985a3 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 27 Jun 2026 18:14:30 +0800 Subject: [PATCH] chore: remove duplicate auth export in release bundle --- user-auth.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/user-auth.mjs b/user-auth.mjs index 063bc76..85b8cfe 100644 --- a/user-auth.mjs +++ b/user-auth.mjs @@ -2714,7 +2714,6 @@ export function createUserAuth(pool, options = {}) { policyCatalog: POLICY_CATALOG, skillCatalog, publicUser, - getUserById, }; }