Fixing commands command and newestcommands.

This commit is contained in:
stephb9959
2021-11-13 22:41:14 -08:00
parent ffe85278f1
commit 085e8b93ee
2 changed files with 2 additions and 3 deletions

View File

@@ -425,8 +425,7 @@ namespace OpenWifi {
StorageService()->SetCommandResult(request_uuid, State);
}
if (StatsProcessor_)
StatsProcessor_->Add(State);
StatsProcessor_->Add(State);
if(KafkaManager()->Enabled()) {
Poco::JSON::Stringifier Stringify;