mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Update DomainGatekeeper.cpp
This commit is contained in:
parent
7c62ed6dac
commit
884bdb3b7e
1 changed files with 2 additions and 2 deletions
|
@ -930,8 +930,8 @@ void DomainGatekeeper::getDomainOwnerFriendsList() {
|
|||
if (DependencyManager::get<AccountManager>()->hasValidAccessToken())
|
||||
{
|
||||
DependencyManager::get<AccountManager>()->sendRequest(GET_FRIENDS_LIST_PATH, AccountManagerAuth::Required,
|
||||
QNetworkAccessManager::GetOperation, callbackParams, QByteArray(),
|
||||
NULL, QVariantMap());
|
||||
QNetworkAccessManager::GetOperation, callbackParams, QByteArray(),
|
||||
NULL, QVariantMap());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue