You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
mdaneshjoo
changed the title
bug
bug - nest_mailman_1.Mailman.init(...).to(...).subject is not a function
Nov 9, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: