mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
Fix BankLetter constructor
This commit is contained in:
parent
1f857a7f85
commit
968b582493
@ -37,10 +37,7 @@ module.exports = class BankLetter {
|
||||
}) {
|
||||
this.client = client;
|
||||
this.bankName = bankName;
|
||||
|
||||
if ()
|
||||
this.template = template;
|
||||
|
||||
}
|
||||
|
||||
async generate() {
|
||||
|
Loading…
Reference in New Issue
Block a user