fix(core): update

This commit is contained in:
Philipp Kunz 2020-01-13 15:52:27 +00:00
parent 9d6b7f3b29
commit 7ddcd88862

View File

@ -22,7 +22,7 @@ export class Smartmail<T> {
this.attachments.push(smartfileArg); this.attachments.push(smartfileArg);
} }
public getCretionObject(): T { public getCreationObject(): T {
return this.options.creationObjectRef; return this.options.creationObjectRef;
} }