Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:01
Show Gist options
  • Save olbrichj/0abd883fe14bb4925e52d77fc9241c37 to your computer and use it in GitHub Desktop.
Save olbrichj/0abd883fe14bb4925e52d77fc9241c37 to your computer and use it in GitHub Desktop.
fetchPromise().then { value in
return fetchPromise2(value)
}.then { value in
// do something
}.catch { error in
// error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment