Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Sep 1, 2017
1 parent ca8b067 commit 8688f61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class GBHFacebookManager {
let param = ["fields": "picture.width(600).height(600)"]
let graphRequest = FBSDKGraphRequest(graphPath: "me",
parameters: param)
_ = graphRequest?.start(completionHandler: { [weak self] (_, result, error) -> Void in
_ = graphRequest?.start(completionHandler: { (_, result, error) -> Void in
if error != nil {
// KO
print("Error")
Expand Down

0 comments on commit 8688f61

Please sign in to comment.