Page MenuHomePhabricator

[services] Tunnelbroker - Fix `GetN()`->`GetS()`.
ClosedPublic

Authored by max on Apr 7 2022, 2:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 4, 9:43 PM
Unknown Object (File)
Sun, Jun 30, 6:53 AM
Unknown Object (File)
Sun, Jun 30, 12:54 AM
Unknown Object (File)
Sat, Jun 29, 10:15 PM
Unknown Object (File)
Sat, Jun 29, 10:15 PM
Unknown Object (File)
Sat, Jun 29, 10:15 PM
Unknown Object (File)
Sat, Jun 29, 10:15 PM
Unknown Object (File)
Sat, Jun 29, 10:12 PM

Details

Summary

This is a small fix error on std:stoull that throws an exception because it's expecting a string, but we return the number in GetN().
We've agreed before that we should use GetS() from AWS C++ SDK everywhere.
This diff changes GetN()->GetS().

Test Plan

Run yarn test-tunnelbroker-service and successfully build the app.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 8 2022, 12:30 AM
This revision was landed with ongoing or failed builds.Apr 11 2022, 2:13 AM
This revision was automatically updated to reflect the committed changes.