Skip to content

Commit

Permalink
fix: Adjust type in CPP device template due to openrpc change (#307)
Browse files Browse the repository at this point in the history
Adjust type in device template due to openrpc change
  • Loading branch information
ksentak authored Aug 30, 2024
1 parent c526525 commit 1f10a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace ${info.Title} {
std::string ${info.Title}Impl::version(Firebolt::Error *err) const
{
JsonObject jsonParameters;
JsonData_Versions jsonResult;
JsonData_DeviceVersion jsonResult;
std::string version;

Firebolt::Error status = Firebolt::Error::NotConnected;
Expand Down

0 comments on commit 1f10a15

Please sign in to comment.