zarf
zarf copied to clipboard
clean up ctx.TODO -> ctx.Background
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.