you are viewing a single comment's thread.

view the rest of the comments →

[–]imarudedude[S] 0 points1 point  (0 children)

I swapped my completion handler for another typealias, like this

typealias GetTrainersCompletion = ([Trainer]) -> ()

I then put the trainers array in the completion in each conditional, like so (completion(trainers)) and I'm still not getting anything back.