chore: release v1.2.12

This commit is contained in:
Bereket Engida
2025-06-27 23:37:40 -07:00
committed by Bereket Engida
parent 6e291382fe
commit f6df2cf29b

View File

@@ -5,8 +5,6 @@ import { parseSetCookieHeader } from "../cookies";
let isBuilding: boolean | undefined;
let isBuilding: boolean | undefined;
export const toSvelteKitHandler = (auth: {
handler: (request: Request) => any;
options: BetterAuthOptions;