Browse Source

fix: attachment service missing param

pull/6894/head
Pranav C 1 year ago
parent
commit
4e76a056ab
  1. 1
      packages/nocodb/src/services/attachments.service.ts

1
packages/nocodb/src/services/attachments.service.ts

@ -83,6 +83,7 @@ export class AttachmentsService {
this.appHooksService.emit(AppEvents.ATTACHMENT_UPLOAD, {
type: 'file',
req: param.req,
});
return attachments;

Loading…
Cancel
Save