Skip to content

Commit

Permalink
Fix token type
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jul 11, 2024
1 parent fb2fa06 commit c6d0d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/fleet_provisioning/fleet_provisioning/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct CreateCertificateContext
std::promise<void> acceptedSubAckPromise;
std::promise<void> rejectedSubAckPromise;
std::promise<void> tokenReceivedPromise;
std::string token;
String token;
};

/**
Expand Down

0 comments on commit c6d0d80

Please sign in to comment.