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

Fix calling completion closure twice

Open ejensen opened this issue 5 years ago • 0 comments

Prevents calling completion closures multiple times by making the synchronous Client Result handling methods return their values rather than having completion parameters.

The changed method signatures are private so the change is non-breaking.

ejensen avatar Dec 03 '20 17:12 ejensen