From 968b582493cf1ef4cd8faefd674d33bcd9814744 Mon Sep 17 00:00:00 2001 From: Vladislav Hristov Date: Fri, 31 Aug 2018 10:24:34 +0300 Subject: [PATCH] Fix BankLetter constructor --- lib/BankLetter.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/BankLetter.js b/lib/BankLetter.js index 6910213..0161324 100644 --- a/lib/BankLetter.js +++ b/lib/BankLetter.js @@ -37,10 +37,7 @@ module.exports = class BankLetter { }) { this.client = client; this.bankName = bankName; - - if () this.template = template; - } async generate() {