mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Delete unused module declaration
This commit is contained in:
@@ -2,12 +2,6 @@ import { SeedVariationsSchema } from "~/utils/schemas";
|
||||
import { seed } from "../prisma/seed/script";
|
||||
import type { Express } from "express";
|
||||
|
||||
declare module "express-session" {
|
||||
export interface SessionData {
|
||||
returnTo?: string;
|
||||
}
|
||||
}
|
||||
|
||||
export function setUpSeed(app: Express): void {
|
||||
if (process.env.NODE_ENV !== "development") return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user