nest-eyewitness icon indicating copy to clipboard operation
nest-eyewitness copied to clipboard

bug - nest_mailman_1.Mailman.init(...).to(...).subject is not a function

Open mdaneshjoo opened this issue 3 years ago • 0 comments

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

mdaneshjoo avatar Nov 09 '21 10:11 mdaneshjoo