mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-11 16:06:50 +02:00
♻️ Use synchronous id generation (#645)
This commit is contained in:
parent
27bbe6f947
commit
ffa7007184
9 changed files with 12 additions and 27 deletions
|
@ -17,7 +17,7 @@ export async function createContext(
|
|||
isGuest: true,
|
||||
};
|
||||
opts.req.session.user = user;
|
||||
await opts.req.session.save();
|
||||
opts.req.session.save();
|
||||
}
|
||||
return { user, session: opts.req.session };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue