Closed MineKing9534 closed 9 months ago
This fixes an issue that allowed team members to click the same button twice resulting in them being added a second time. This should now be fixed by using a Set instead of List which makes it impossible for an element to appear more than once
Set
List
Checklist
Description
This fixes an issue that allowed team members to click the same button twice resulting in them being added a second time. This should now be fixed by using a
Set
instead ofList
which makes it impossible for an element to appear more than once