Call Team super methods directly
This removes the __super*
methods, which as far as I can tell are unnecessary as super.*
can be called directly.
I've also asyncified the methods to make them slightly easier to follow.
This removes the __super*
methods, which as far as I can tell are unnecessary as super.*
can be called directly.
I've also asyncified the methods to make them slightly easier to follow.