diff --git a/src/pages/api/send.ts b/src/pages/api/send.ts index 726a6fcc..df6115aa 100644 --- a/src/pages/api/send.ts +++ b/src/pages/api/send.ts @@ -43,6 +43,7 @@ export interface NextApiRequestCollect extends NextApiRequest { subdivision1: string; subdivision2: string; city: string; + iat: number; }; headers: { [key: string]: any }; yup: YupRequest;