mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed compilation on linux
This commit is contained in:
parent
7643c0d20d
commit
d98318e1cc
|
@ -103,6 +103,7 @@ void loadUncached(const std::shared_ptr<NetworkData> &data)
|
|||
return NetworkManager::accessManager.post(data->request_,
|
||||
data->payload_);
|
||||
}
|
||||
return nullptr;
|
||||
}();
|
||||
|
||||
if (reply == nullptr)
|
||||
|
|
Loading…
Reference in a new issue