fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-28 15:38:44 +01:00
parent 7b3734f79e
commit 0210bdf4df

View File

@ -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;