fix(core): update
This commit is contained in:
parent
7b3734f79e
commit
0210bdf4df
@ -11,7 +11,7 @@ export interface ISmartmailOptions {
|
||||
*/
|
||||
export class Smartmail {
|
||||
public options: ISmartmailOptions;
|
||||
public attachments: plugins.smartfile.Smartfile[];
|
||||
public attachments: plugins.smartfile.Smartfile[] = [];
|
||||
|
||||
constructor(optionsArg: ISmartmailOptions) {
|
||||
this.options = optionsArg;
|
||||
|
Loading…
Reference in New Issue
Block a user