mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
update
This commit is contained in:
@@ -25,7 +25,7 @@ import { createBetterAuth } from "./base";
|
||||
* });
|
||||
*/
|
||||
export const betterAuth = <Options extends BetterAuthOptions>(
|
||||
options: Options,
|
||||
options: Options & Record<never, never>,
|
||||
): Auth<Options> => {
|
||||
return createBetterAuth(options, init);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user