mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-13 08:56:53 +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
|
@ -6,7 +6,7 @@ type UserSessionData = { id: string; isGuest: boolean };
|
|||
|
||||
declare module "iron-session" {
|
||||
export interface IronSessionData {
|
||||
user: UserSessionData;
|
||||
user?: UserSessionData;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue