contentful / contentful.swift

A delightful Swift interface to Contentful's content delivery API.
MIT License
202 stars 82 forks source link

func handleJSON can call two failure completions #330

Closed timqzm closed 1 month ago

timqzm commented 3 years ago

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

mariuskurgonas commented 3 years ago

@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.

mariuskatcontentful commented 1 month ago

Resolved