Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12954
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 22, 2023
1 parent 598a151 commit bc04d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/framework/KafkaManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ namespace OpenWifi {
}

[[nodiscard]] std::string KafkaManager::WrapSystemId(const std::string & PayLoad) {
return fmt::format( R"lit({ "system" : { "id" : {},
"host" : {},
"payload" : {} })lit", MicroServiceID(),
return fmt::format( R"lit({{ "system" : {{ "id" : {},
"host" : {} }},
"payload" : {} }})lit", MicroServiceID(),
MicroServicePrivateEndPoint(), PayLoad ) ;
}

Expand Down

0 comments on commit bc04d0b

Please sign in to comment.