Fix BankLetter constructor

This commit is contained in:
Vladislav Hristov 2018-08-31 10:24:34 +03:00
parent 1f857a7f85
commit 968b582493

View File

@ -37,10 +37,7 @@ module.exports = class BankLetter {
}) {
this.client = client;
this.bankName = bankName;
if ()
this.template = template;
}
async generate() {