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
Hi, thanks for the great library. One of the reasons I am using telegraf over grammy )
Basically, there is a weird issue with the decorator when combined with typeorm. Whenever I include typeorm, the message becomes this:
async(ctx=context)=>{awaitexecute(i+1,ctx);}
When I expect it to be string. After long hours of hunting the issue a colleague of mine found out the issue was related to refrect-metadata. Once the dependency was updated the issue was gone.
The text was updated successfully, but these errors were encountered:
@bukhalo, unfortunately, I don't remember the details. I believe we can close the issue and keep it so others with the same issue know what to do when/if such issue occurs. To resolve the issue one simply needs to update refrect-metadata dependency
Hi, thanks for the great library. One of the reasons I am using telegraf over grammy )
Basically, there is a weird issue with the decorator when combined with typeorm. Whenever I include typeorm, the message becomes this:
When I expect it to be string. After long hours of hunting the issue a colleague of mine found out the issue was related to refrect-metadata. Once the dependency was updated the issue was gone.
The text was updated successfully, but these errors were encountered: