fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { LoginCtx } from "./ReqLogin";
|
||||
import type { SessionCtx } from "./StartSession";
|
||||
import type { ProcDecoratorGenerator } from "./base";
|
||||
import type { LoginCtx } from "./ReqLogin.js";
|
||||
import type { SessionCtx } from "./StartSession.js";
|
||||
import type { ProcDecoratorGenerator } from "./base.js";
|
||||
import type { Request, Response } from "express";
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { LoginCtx } from "./ReqLogin";
|
||||
import type { SessionCtx } from "./StartSession";
|
||||
import type { ProcDecoratorGenerator } from "./base";
|
||||
import type { LoginCtx } from "./ReqLogin.js";
|
||||
import type { SessionCtx } from "./StartSession.js";
|
||||
import type { ProcDecoratorGenerator } from "./base.js";
|
||||
import type { Request, Response } from "express";
|
||||
import { delay } from "../../util/delay.js";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { SessionCtx } from "./StartSession";
|
||||
import type { DecoratorResultFalse, DecoratorResultTrue, ProcDecorator, ProcDecoratorGenerator } from "./base";
|
||||
import type { SessionCtx } from "./StartSession.js";
|
||||
import type { DecoratorResultFalse, DecoratorResultTrue, ProcDecorator, ProcDecoratorGenerator } from "./base.js";
|
||||
|
||||
export type LoginCtx = {
|
||||
userID: number;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Empty, ProcDecoratorGenerator } from "./base";
|
||||
import type { Empty, ProcDecoratorGenerator } from "./base.js";
|
||||
|
||||
export type SessionCtx = {
|
||||
clearSession: () => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user