hi I see a bug when using mailman and eyewitness you are using mailman in eyewitness and it's not updated it use mailman version 0.1.0
"@squareboat/nest-mailman": "^0.1.0"
because of that when I install mailman in my project
"@squareboat/nest-mailman": "^0.3.0"
I see this error
TypeError: nest_mailman_1.Mailman.init(...).to(...).subject is not a function
after some digging, I realize mailman does not have 'subject' method in 'Mailman' class
hi I see a bug when using mailman and eyewitness you are using mailman in eyewitness and it's not updated it use mailman version 0.1.0
"@squareboat/nest-mailman": "^0.1.0"
because of that when I install mailman in my project"@squareboat/nest-mailman": "^0.3.0"
I see this errorTypeError: nest_mailman_1.Mailman.init(...).to(...).subject is not a function
after some digging, I realize mailman does not have 'subject' method in 'Mailman' class