Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 13, 2024
1 parent 5e63189 commit 171f409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Transaction {

this.body = new message.Body(this.header)
for (const hook of this.attachment_start_hooks) {
this.body.on('attachment_start', h);
this.body.on('attachment_start', hook);
}

if (this.banner) this.body.set_banner(this.banner)
Expand Down

0 comments on commit 171f409

Please sign in to comment.