|
|
@@ -294,10 +294,6 @@ export class VideoMediaController {
|
|
|
? bodyFile[0]
|
|
|
: bodyFile;
|
|
|
|
|
|
- this.videoMediaService['logger']?.log?.(
|
|
|
- `[importExcelTags] body file keys=${file ? Object.keys(file).join(',') : 'none'}`,
|
|
|
- );
|
|
|
-
|
|
|
// If this is null, the request is not multipart – nothing else to do
|
|
|
if (!file) {
|
|
|
throw new BadRequestException('No file uploaded');
|