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
# Fix attempting to assign class role on every poll
Adding a new class role was outside the correct if block for the class
poll. This fix moves the `addNewRole` call inside the corresponding if
block
# Link to github card
closes#82
# Changes
* Move function call into if block
0 commit comments