Code sanitizer output

This commit is contained in:
stephb9959
2022-03-25 14:57:35 -07:00
parent f59d3af832
commit ad894aeb17
31 changed files with 201 additions and 174 deletions

View File

@@ -52,9 +52,9 @@ namespace OpenWifi {
Poco::JSON::Object RObj;
form.add("To",PhoneNumber);
form.add("From",PhoneNumber_);
form.add("Body","This is from twillio");
form.add("To", PhoneNumber);
form.add("From", PhoneNumber_);
form.add("Body", Message);
form.prepareSubmit(req);
std::ostream& ostr = session.sendRequest(req);