fix(api): accidently sending images as a part of the user object
This commit is contained in:
parent
794778dee2
commit
4728f1cc46
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ export type NextApiReq = NextApiRequest & {
|
|||
customTheme?: Theme;
|
||||
administrator: boolean;
|
||||
id: number;
|
||||
images: Image[];
|
||||
password: string;
|
||||
} | null | void>;
|
||||
getCookie: (name: string) => string | null;
|
||||
|
@ -100,7 +99,6 @@ export const withZipline = (handler: (req: NextApiRequest, res: NextApiResponse)
|
|||
embedColor: true,
|
||||
embedTitle: true,
|
||||
id: true,
|
||||
images: true,
|
||||
password: true,
|
||||
systemTheme: true,
|
||||
customTheme: true,
|
||||
|
|
Loading…
Reference in a new issue