mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
chore: properly fallback
This commit is contained in:
@@ -273,7 +273,7 @@ export const createInternalAdapter = (
|
||||
const { id: _, ...rest } = override || {};
|
||||
//we're parsing default values for session additional fields
|
||||
const defaultAdditionalFields = parseSessionInput(
|
||||
ctx?.context.options ?? {},
|
||||
ctx?.context.options ?? options,
|
||||
{},
|
||||
);
|
||||
const data: Omit<Session, "id"> = {
|
||||
|
||||
Reference in New Issue
Block a user