Fixed uneffective relational statistics when querying with a 1-day
period
This commit is contained in:
Valentino Orlandi 2023-08-27 10:57:53 +02:00
parent c560328b98
commit 3857afe134
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ void DbQuery::getRelationalCountsDay( std::optional<stats_relat_items_t>& result
db.close();
}
if ( ! successful ) {
if ( successful ) {
result.emplace( data );
}
}