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
processReport takes a callback but calls it from within a promise. This can lead to race conditions and generally difficult-to-follow behavior. processReport should implement a promise interface instead.
The text was updated successfully, but these errors were encountered:
It would take some refactoring, but here's what it seems like that file is doing and how functionality could be shifted around to possibly make the file more holy.
processReport takes a callback but calls it from within a promise. This can lead to race conditions and generally difficult-to-follow behavior. processReport should implement a promise interface instead.
The text was updated successfully, but these errors were encountered: