mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: avatar dir
This commit is contained in:
@@ -50,5 +50,6 @@ export abstract class BaseStoragePlugin extends BasePlugin {
|
||||
store?(
|
||||
file: Buffer | Readable | Express.Multer.File,
|
||||
metadata: AttachmentMetadataDto,
|
||||
rootDir?: string,
|
||||
): Promise<Attachment>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user