Update media file interface and how bills are returned.
This commit is contained in:
@@ -33,6 +33,7 @@ export async function JobsListMedia(req: Request, res: Response) {
|
||||
]),
|
||||
thumbnailHeight: 250,
|
||||
thumbnailWidth: 250,
|
||||
filename: file.filename,
|
||||
};
|
||||
})
|
||||
);
|
||||
@@ -63,6 +64,7 @@ export async function JobsListMedia(req: Request, res: Response) {
|
||||
]),
|
||||
thumbnailHeight: 250,
|
||||
thumbnailWidth: 250,
|
||||
filename: file.name,
|
||||
};
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user