LoL-pj / LoL-VC

6 stars 0 forks source link

fixed no method error #113

Closed LeonTeraoka closed 3 years ago

LeonTeraoka commented 3 years ago

Summary First, added begin to team.rb, line 73, and surrounded the places where errors are likely to occur with begin. Next, added rescue to line 79 and add the processing of the place where the error occurred in rescue.

Result You can now post without error even if the ID does not exist.

rutko commented 3 years ago

I will check out tomorrow 🙏