fix: missing id

This commit is contained in:
Methapon2001 2024-03-12 16:49:07 +07:00
parent 294411a114
commit 2f9314bc9c

View file

@ -2,6 +2,7 @@ import type { Request } from "express";
export type RequestWithUser = Request & {
user: {
sub: string;
name: string;
given_name: string;
familiy_name: string;