Skip to content

Commit

Permalink
fix: Device version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 30, 2024
1 parent ce8e5c8 commit 6f833fc
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 6f833fc

Please sign in to comment.