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
Describe what should be investigated or refactored
We currently have a context.TODO() in 26 places in the code, these should be looked at to see if they should be a context.Background() or if we can update these functions to take in contexts and use existing context.
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
We currently have a
context.TODO()
in 26 places in the code, these should be looked at to see if they should be acontext.Background()
or if we can update these functions to take in contexts and use existing context.The text was updated successfully, but these errors were encountered: