mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-07 07:19:27 +03:00
More AI Assistant WIP.
This commit is contained in:
@@ -43,9 +43,9 @@ void SettingsActions::checkForUpdatesResponse( Http::Response response, bool fro
|
||||
} );
|
||||
};
|
||||
|
||||
json j;
|
||||
nlohmann::json j;
|
||||
try {
|
||||
j = json::parse( response.getBody(), nullptr, true, true );
|
||||
j = nlohmann::json::parse( response.getBody(), nullptr, true, true );
|
||||
|
||||
if ( j.contains( "tag_name" ) ) {
|
||||
auto tagName( j["tag_name"].get<std::string>() );
|
||||
|
||||
Reference in New Issue
Block a user