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
The async module is used for a singular purpose: to execute a function waterfall when inserting a team. This could just as easily be achieved through native async-await functionality, so to reduce dependency overhead, we should replace the module as such.
The text was updated successfully, but these errors were encountered:
The async module is used for a singular purpose: to execute a function waterfall when inserting a team. This could just as easily be achieved through native async-await functionality, so to reduce dependency overhead, we should replace the module as such.
The text was updated successfully, but these errors were encountered: