mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-13 11:25:36 +00:00
Fix BankLetter constructor
This commit is contained in:
@@ -37,10 +37,7 @@ module.exports = class BankLetter {
|
||||
}) {
|
||||
this.client = client;
|
||||
this.bankName = bankName;
|
||||
|
||||
if ()
|
||||
this.template = template;
|
||||
|
||||
}
|
||||
|
||||
async generate() {
|
||||
|
Reference in New Issue
Block a user