contentful.swift icon indicating copy to clipboard operation
contentful.swift copied to clipboard

func handleJSON can call two failure completions

Open timqzm opened this issue 3 years ago • 1 comments

Seems like a typo. Probably, return is missed after line 476.

timqzm avatar Jan 18 '21 08:01 timqzm

@timqzm

Thanks for catching this. Simple return will not do the trick because of then skipping churnLinks() call later. I will see about putting second half of the function into the do block and remove some of the fail completions as redundant.

mariuskurgonas avatar Jan 18 '21 11:01 mariuskurgonas