Removed forgotten return this

This commit is contained in:
Alexander Cerutti
2021-10-10 02:24:39 +02:00
parent 4a33ebb335
commit ae475b9da2

View File

@@ -712,8 +712,6 @@ export default class PKPass extends Bundle {
}
this[propsSymbol]["expirationDate"] = parsedDate;
return this;
}
/**