add guild sql, move things around for req body
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
33a602cdd0
commit
ca0410f7fb
30 changed files with 332 additions and 183 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { UserSession } from "#types/config";
|
||||
import type { UserSession } from "../config/auth";
|
||||
|
||||
type Query = Record<string, string>;
|
||||
type Params = Record<string, string>;
|
||||
|
@ -7,6 +7,7 @@ interface ExtendedRequest extends Request {
|
|||
startPerf: number;
|
||||
query: Query;
|
||||
params: Params;
|
||||
requestBody: unknown;
|
||||
session?: UserSession | null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue