forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
a00b35568e
commit
5f6929b1dc
1 changed files with 1 additions and 6 deletions
|
@ -502,12 +502,7 @@ void User::RequestBasicUserDetails(std::string const & accessToken,
|
|||
|
||||
if (onSuccess)
|
||||
onSuccess(accessToken);
|
||||
},
|
||||
[onError = std::move(onError)](int code, std::string const & response)
|
||||
{
|
||||
if (onError)
|
||||
onError(code, response);
|
||||
});
|
||||
}, onError);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue