fix(server): type errors due to session management

This commit is contained in:
Elian Doran 2025-06-07 11:27:07 +03:00
parent 244a162e42
commit dc35ad9ace
No known key found for this signature in database

View File

@ -2,7 +2,6 @@ import type { SessionData } from "express-session";
export declare module "express-serve-static-core" {
interface Request {
session: SessionData;
headers: {
"x-local-date"?: string;
"x-labels"?: string;