Skip to content

Commit

Permalink
fix: Manke anyOf templates strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 29, 2024
1 parent 9ca8d6e commit b45f5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages/cpp/templates/callback-initialization/anyOf.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
std::string ${property};
std::string ${property};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
${property} = proxyResponse->Value();
${property} = proxyResponse->Value();
2 changes: 1 addition & 1 deletion languages/cpp/templates/json-types/anyOf.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WPEFramework::Core::JSON::VariantContainer
FireboltSDK::JSON::String

0 comments on commit b45f5fc

Please sign in to comment.