zarf icon indicating copy to clipboard operation
zarf copied to clipboard

clean up ctx.TODO -> ctx.Background

Open schristoff-du opened this issue 8 months ago • 3 comments

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.

schristoff-du avatar Jun 06 '24 16:06 schristoff-du