Commit 83e64fd
authored
Bugfix/schiltz3/add class role (#83)
# 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 block1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
0 commit comments