mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove debugger
This commit is contained in:
parent
0f82f11d76
commit
d504e6b61c
@ -133,7 +133,6 @@ export class AttachmentController extends BaseController<Attachment> {
|
||||
access = AttachmentAccess.Public,
|
||||
}: AttachmentContextParamDto,
|
||||
): Promise<Attachment[]> {
|
||||
debugger;
|
||||
if (!files || !Array.isArray(files?.file) || files.file.length === 0) {
|
||||
throw new BadRequestException('No file was selected');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user