Skip to content

Call Team super methods directly

Alf Eaton requested to merge asyncify-teams-api into master

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.

Merge request reports