fix: avatar dir

This commit is contained in:
Mohamed Marrouchi
2025-01-05 08:52:36 +01:00
parent c35be05416
commit e16660a0a0
10 changed files with 79 additions and 35 deletions

View File

@@ -50,5 +50,6 @@ export abstract class BaseStoragePlugin extends BasePlugin {
store?(
file: Buffer | Readable | Express.Multer.File,
metadata: AttachmentMetadataDto,
rootDir?: string,
): Promise<Attachment>;
}