Update media file interface and how bills are returned.

This commit is contained in:
Patrick Fic
2022-05-05 15:45:42 -07:00
parent 7754dc4653
commit 270be1d360
10 changed files with 101 additions and 1987 deletions

View File

@@ -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,
};
})
);