mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Add iat to session object
This commit is contained in:
parent
0aaf2c0b3b
commit
db75e1e5d2
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export interface NextApiRequestCollect extends NextApiRequest {
|
|||
subdivision1: string;
|
||||
subdivision2: string;
|
||||
city: string;
|
||||
iat: number;
|
||||
};
|
||||
headers: { [key: string]: any };
|
||||
yup: YupRequest;
|
||||
|
|
|
|||
Loading…
Reference in a new issue